#BB507B

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

Shades of Royal Heath #BB507B

Tints of Royal Heath #BB507B

Color information

#BB507B (or 0xBB507B) is unknown color: approx Royal Heath. HEX triplet: BB, 50 and 7B. RGB value is (187,80,123). Sum of RGB (Red+Green+Blue) = 187+80+123=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB507B is #44AF84. Grayscale: #747474. Windows color (decimal): -4501381 or 8081595. OLE color: 8081595.

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

Color convert

RGB18780123-
CMYK00.570.340.27
HSL335.89º44.03%52.35%-
HSV(B)335.89º57.22%73.33%-
XYZ26.9417.7320.74-
YUV116.9131.45178-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=47.95%
G=20.51%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878012300.570.340.27335.8944.0352.35
HexBB507B039221B1502c34
Octal27312017307142335205464
Binary1011101110100001111011011100110001011011101010000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB507B; }

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

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

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

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

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

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

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

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