#BF417B

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

Shades of Royal Heath #BF417B

Tints of Royal Heath #BF417B

Color information

#BF417B (or 0xBF417B) is unknown color: approx Royal Heath. HEX triplet: BF, 41 and 7B. RGB value is (191,65,123). Sum of RGB (Red+Green+Blue) = 191+65+123=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF417B is #40BE84. Grayscale: #6D6D6D. Windows color (decimal): -4243077 or 8077759. OLE color: 8077759.

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

Color convert

RGB19165123-
CMYK00.660.360.25
HSL332.38º49.61%50.2%-
HSV(B)332.38º65.97%74.9%-
XYZ26.9516.2920.46-
YUV109.29135.74186.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=50.40%
G=17.15%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916512300.660.360.25332.3849.6150.2
HexBF417B042241914c3232
Octal277101173010244315146262
Binary10111111100000111110110100001010010011001101001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF417B; }

 p { color: rgb(191,65,123); }

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

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

 a { background-color: rgb(191,65,123); }

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

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

 span { border-color: rgb(191,65,123); }

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