#B0587B

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

Shades of Royal Heath #B0587B

Tints of Royal Heath #B0587B

Color information

#B0587B (or 0xB0587B) is unknown color: approx Royal Heath. HEX triplet: B0, 58 and 7B. RGB value is (176,88,123). Sum of RGB (Red+Green+Blue) = 176+88+123=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587B is #4FA784. Grayscale: #767676. Windows color (decimal): -5220229 or 8083632. OLE color: 8083632.

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

Color convert

RGB17688123-
CMYK00.500.300.31
HSL336.14º35.77%51.76%-
HSV(B)336.14º50%69.02%-
XYZ24.9717.6420.83-
YUV118.3130.65169.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=45.48%
G=22.74%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768812300.500.300.31336.1435.7751.76
HexB0587B0321E1F1502434
Octal26013017306236375204464
Binary101100001011000111101101100101111011111101010000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0587B; }

 p { color: rgb(176,88,123); }

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

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

 a { background-color: rgb(176,88,123); }

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

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

 span { border-color: rgb(176,88,123); }

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