#BB527F

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

Shades of Royal Heath #BB527F

Tints of Royal Heath #BB527F

Color information

#BB527F (or 0xBB527F) is unknown color: approx Royal Heath. HEX triplet: BB, 52 and 7F. RGB value is (187,82,127). Sum of RGB (Red+Green+Blue) = 187+82+127=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB527F is #44AD80. Grayscale: #767676. Windows color (decimal): -4500865 or 8344251. OLE color: 8344251.

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

Color convert

RGB18782127-
CMYK00.560.320.27
HSL334.29º43.57%52.75%-
HSV(B)334.29º56.15%73.33%-
XYZ27.3418.1322.14-
YUV118.52132.79176.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 127 (50% from 255) = 32.07%
R=47.22%
G=20.71%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878212700.560.320.27334.2943.5752.75
HexBB527F038201B14e2c35
Octal27312217707040335165465
Binary1011101110100101111111011100010000011011101001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB527F; }

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

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

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

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

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

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

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

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