Html Css Color HEX #BF3B79 Medium Red Violet

📋 copy color: '#BF3B79'

red 191 ◦ green 59 ◦ blue 121

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

Shades of Medium Red Violet #BF3B79

Tints of Medium Red Violet #BF3B79

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 51.48%
G = 15.9%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF3B79 (or 0xBF3B79) is known color: Medium Red Violet. HEX triplet: BF, 3B and 79. RGB value is (191,59,121). Sum of RGB (Red+Green+Blue) = 191+59+121=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B79 is #40C486. Grayscale: #696969. Windows color (decimal): -4244615 or 7945151. OLE color: 7945151.

HSL color Cylindrical-coordinate representation of color #BF3B79: hue angle of 331.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B79 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 59 121 -
CMYK 0 0.69 0.37 0.25
HSL 331.82º 0.53% 0.49% -
HSV(B) 331.82º 0.69% 0.75% -
XYZ 26.5 15.58 19.7 -
YUV 105.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 191 59 121 0 0.69 0.37 0.25 331.82 0.53 0.49
Hex BF 3B 79 0 45 25 19 14C 35 31
Octal 277 73 171 0 105 45 31 514 65 61
Binary 10111111 111011 1111001 0 1000101 100101 11001 101001100 110101 110001

Color Harmonies of #BF3B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3B79

Black with #BF3B79

Text Example


Text Example

White with #BF3B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3B79; }

 p { color: rgb(191,59,121); }

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

background-color css

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

 a { background-color: rgb(191,59,121); }

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

border-color css

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

 span { border-color: rgb(191,59,121); }

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