#B0567C

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

Shades of Royal Heath #B0567C

Tints of Royal Heath #B0567C

Color information

#B0567C (or 0xB0567C) is unknown color: approx Royal Heath. HEX triplet: B0, 56 and 7C. RGB value is (176,86,124). Sum of RGB (Red+Green+Blue) = 176+86+124=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0567C is #4FA983. Grayscale: #757575. Windows color (decimal): -5220740 or 8148656. OLE color: 8148656.

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

Color convert

RGB17686124-
CMYK00.510.300.31
HSL334.67º36.29%51.37%-
HSV(B)334.67º51.14%69.02%-
XYZ24.8717.3421.11-
YUV117.24131.82169.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=45.60%
G=22.28%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768612400.510.300.31334.6736.2951.37
HexB0567C0331E1F14f2433
Octal26012617406336375174463
Binary101100001010110111110001100111111011111101001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0567C; }

 p { color: rgb(176,86,124); }

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

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

 a { background-color: rgb(176,86,124); }

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

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

 span { border-color: rgb(176,86,124); }

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