#BF417A

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

Shades of Royal Heath #BF417A

Tints of Royal Heath #BF417A

Color information

#BF417A (or 0xBF417A) is unknown color: approx Royal Heath. HEX triplet: BF, 41 and 7A. RGB value is (191,65,122). Sum of RGB (Red+Green+Blue) = 191+65+122=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF417A is #40BE85. Grayscale: #6D6D6D. Windows color (decimal): -4243078 or 8012223. OLE color: 8012223.

HSL color Cylindrical-coordinate representation of color #BF417A: hue angle of 332.86º 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 #BF417A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19165122-
CMYK00.660.360.25
HSL332.86º49.61%50.2%-
HSV(B)332.86º65.97%74.9%-
XYZ26.8916.2620.13-
YUV109.17135.24186.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=50.53%
G=17.20%
B=32.28%

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
Decimal1916512200.660.360.25332.8649.6150.2
HexBF417A042241914d3232
Octal277101172010244315156262
Binary10111111100000111110100100001010010011001101001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF417A; }

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

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

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

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

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

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

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

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