#B0527D

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

Shades of Royal Heath #B0527D

Tints of Royal Heath #B0527D

Color information

#B0527D (or 0xB0527D) is unknown color: approx Royal Heath. HEX triplet: B0, 52 and 7D. RGB value is (176,82,125). Sum of RGB (Red+Green+Blue) = 176+82+125=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0527D is #4FAD82. Grayscale: #727272. Windows color (decimal): -5221763 or 8213168. OLE color: 8213168.

HSL color Cylindrical-coordinate representation of color #B0527D: hue angle of 332.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0527D is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17682125-
CMYK00.530.290.31
HSL332.55º37.3%50.59%-
HSV(B)332.55º53.41%69.02%-
XYZ24.6216.7521.34-
YUV115.01133.64171.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=45.95%
G=21.41%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768212500.530.290.31332.5537.350.59
HexB0527D0351D1F14d2533
Octal26012217506535375154563
Binary101100001010010111110101101011110111111101001101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0527D; }

 p { color: rgb(176,82,125); }

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

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

 a { background-color: rgb(176,82,125); }

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

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

 span { border-color: rgb(176,82,125); }

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