#BF427A

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

Shades of Royal Heath #BF427A

Tints of Royal Heath #BF427A

Color information

#BF427A (or 0xBF427A) is unknown color: approx Royal Heath. HEX triplet: BF, 42 and 7A. RGB value is (191,66,122). Sum of RGB (Red+Green+Blue) = 191+66+122=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF427A is #40BD85. Grayscale: #6D6D6D. Windows color (decimal): -4242822 or 8012479. OLE color: 8012479.

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

Color convert

RGB19166122-
CMYK00.650.360.25
HSL333.12º49.41%50.39%-
HSV(B)333.12º65.45%74.9%-
XYZ26.9516.3820.15-
YUV109.76134.91185.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=50.40%
G=17.41%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916612200.650.360.25333.1249.4150.39
HexBF427A041241914d3132
Octal277102172010144315156162
Binary10111111100001011110100100000110010011001101001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF427A; }

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

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

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

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

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

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

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

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