#BB507E

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

Shades of Royal Heath #BB507E

Tints of Royal Heath #BB507E

Color information

#BB507E (or 0xBB507E) is unknown color: approx Royal Heath. HEX triplet: BB, 50 and 7E. RGB value is (187,80,126). Sum of RGB (Red+Green+Blue) = 187+80+126=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB507E is #44AF81. Grayscale: #757575. Windows color (decimal): -4501378 or 8278203. OLE color: 8278203.

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

Color convert

RGB18780126-
CMYK00.570.330.27
HSL334.21º44.03%52.35%-
HSV(B)334.21º57.22%73.33%-
XYZ27.1317.8121.75-
YUV117.24132.95177.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=47.58%
G=20.36%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878012600.570.330.27334.2144.0352.35
HexBB507E039211B14e2c34
Octal27312017607141335165464
Binary1011101110100001111110011100110000111011101001110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB507E; }

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

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

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

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

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

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

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

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