#bb457a

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

Shades of Royal Heath #BB457A

Tints of Royal Heath #BB457A

Color information

#BB457A (or 0xBB457A) is unknown color: approx Royal Heath. HEX triplet: BB, 45 and 7A. RGB value is (187,69,122). Sum of RGB (Red+Green+Blue) = 187+69+122=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB457A is #44BA85. Grayscale: #6E6E6E. Windows color (decimal): -4504198 or 8013243. OLE color: 8013243.

HSL color Cylindrical-coordinate representation of color #BB457A: hue angle of 333.05º 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 #BB457A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18769122-
CMYK00.630.350.27
HSL333.05º46.46%50.2%-
HSV(B)333.05º63.1%73.33%-
XYZ26.1316.2320.17-
YUV110.32134.59182.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=49.47%
G=18.25%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876912200.630.350.27333.0546.4650.2
HexBB457A03F231B14d2e32
Octal27310517207743335155662
Binary1011101110001011111010011111110001111011101001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb457a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb457a; }

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

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

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

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

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

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

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

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