Html Css Color HEX #BF3281 Medium Red Violet

📋 copy color: '#BF3281'

red 191 ◦ green 50 ◦ blue 129

#BF3281
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BF3281

Tints of Medium Red Violet #BF3281

RGB

 RED value IS 191 (75% from 255) = 51.62%

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 51.62%
G = 13.51%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF3281 (or 0xBF3281) is known color: Medium Red Violet. HEX triplet: BF, 32 and 81. RGB value is (191,50,129). Sum of RGB (Red+Green+Blue) = 191+50+129=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3281 is #40CD7E. Grayscale: #646464. Windows color (decimal): -4246911 or 8467135. OLE color: 8467135.

HSL color Cylindrical-coordinate representation of color #BF3281: hue angle of 326.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3281 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 50 129 -
CMYK 0 0.74 0.32 0.25
HSL 326.38º 0.59% 0.47% -
HSV(B) 326.38º 0.74% 0.75% -
XYZ 26.59 14.94 22.25 -
YUV 101.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 191 50 129 0 0.74 0.32 0.25 326.38 0.59 0.47
Hex BF 32 81 0 4A 20 19 146 3B 2F
Octal 277 62 201 0 112 40 31 506 73 57
Binary 10111111 110010 10000001 0 1001010 100000 11001 101000110 111011 101111

Color Harmonies of #BF3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3281

Black with #BF3281

Text Example


Text Example

White with #BF3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3281; }

 p { color: rgb(191,50,129); }

 H1.HeaderClassName
 {
   color: #BF3281;
 }
 .AnyTagClassName
 {
   color: #BF3281;
 }
</style>

background-color css

<style>
 a { background-color: #BF3281; }

 a { background-color: rgb(191,50,129); }

 div.DivClassName
 {
   background-color: #BF3281;
 }
 .BgClassName
 {
   background-color: #BF3281;
 }
</style>

border-color css

<style>
 span { border-color: #BF3281; }

 span { border-color: rgb(191,50,129); }

 td.TdClassName
 {
   border-color: #BF3281;
 }
 .TagClassName
 {
   border-color: #BF3281;
 }
</style>