#BB427B

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

Shades of Royal Heath #BB427B

Tints of Royal Heath #BB427B

Color information

#BB427B (or 0xBB427B) is unknown color: approx Royal Heath. HEX triplet: BB, 42 and 7B. RGB value is (187,66,123). Sum of RGB (Red+Green+Blue) = 187+66+123=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB427B is #44BD84. Grayscale: #6C6C6C. Windows color (decimal): -4504965 or 8078011. OLE color: 8078011.

HSL color Cylindrical-coordinate representation of color #BB427B: hue angle of 331.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB427B is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18766123-
CMYK00.650.340.27
HSL331.74º47.83%49.61%-
HSV(B)331.74º64.71%73.33%-
XYZ26.0215.8920.43-
YUV108.68136.09183.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=49.73%
G=17.55%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876612300.650.340.27331.7447.8349.61
HexBB427B041221B14c3032
Octal273102173010142335146062
Binary10111011100001011110110100000110001011011101001100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB427B; }

 p { color: rgb(187,66,123); }

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

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

 a { background-color: rgb(187,66,123); }

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

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

 span { border-color: rgb(187,66,123); }

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