#BF3E79

Color #BF3E79 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BF3E79

Tints of Royal Heath #BF3E79

Color information

#BF3E79 (or 0xBF3E79) is unknown color: approx Royal Heath. HEX triplet: BF, 3E and 79. RGB value is (191,62,121). Sum of RGB (Red+Green+Blue) = 191+62+121=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E79 is #40C186. Grayscale: #6B6B6B. Windows color (decimal): -4243847 or 7945919. OLE color: 7945919.

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

Color convert

RGB19162121-
CMYK00.680.370.25
HSL332.56º50.99%49.61%-
HSV(B)332.56º67.54%74.9%-
XYZ26.6615.919.75-
YUV107.3135.74187.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=51.07%
G=16.58%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916212100.680.370.25332.5650.9949.61
HexBF3E79044251914d3332
Octal27776171010445315156362
Binary1011111111111011110010100010010010111001101001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E79; }

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

 H1.HeaderClassName
 {
   color: #BF3E79;
 }
 .AnyTagClassName
 {
   color: #BF3E79;
 }
</style>
background-color css

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

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

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

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

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

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