#BB457E

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

Shades of Royal Heath #BB457E

Tints of Royal Heath #BB457E

Color information

#BB457E (or 0xBB457E) is unknown color: approx Royal Heath. HEX triplet: BB, 45 and 7E. RGB value is (187,69,126). Sum of RGB (Red+Green+Blue) = 187+69+126=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB457E is #44BA81. Grayscale: #6E6E6E. Windows color (decimal): -4504194 or 8275387. OLE color: 8275387.

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

Color convert

RGB18769126-
CMYK00.630.330.27
HSL331.02º46.46%50.2%-
HSV(B)331.02º63.1%73.33%-
XYZ26.3916.3321.5-
YUV110.78136.59182.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=48.95%
G=18.06%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876912600.630.330.27331.0246.4650.2
HexBB457E03F211B14b2e32
Octal27310517607741335135662
Binary1011101110001011111110011111110000111011101001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB457E; }

 p { color: rgb(187,69,126); }

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

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

 a { background-color: rgb(187,69,126); }

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

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

 span { border-color: rgb(187,69,126); }

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