#BB527E

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

Shades of Royal Heath #BB527E

Tints of Royal Heath #BB527E

Color information

#BB527E (or 0xBB527E) is unknown color: approx Royal Heath. HEX triplet: BB, 52 and 7E. RGB value is (187,82,126). Sum of RGB (Red+Green+Blue) = 187+82+126=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB527E is #44AD81. Grayscale: #767676. Windows color (decimal): -4500866 or 8278715. OLE color: 8278715.

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

Color convert

RGB18782126-
CMYK00.560.330.27
HSL334.86º43.57%52.75%-
HSV(B)334.86º56.15%73.33%-
XYZ27.2818.1121.8-
YUV118.41132.29176.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=47.34%
G=20.76%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878212600.560.330.27334.8643.5752.75
HexBB527E038211B14f2c35
Octal27312217607041335175465
Binary1011101110100101111110011100010000111011101001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB527E; }

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

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

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

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

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

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

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

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