Html Css Color HEX #B0587C Royal Heath

📋 copy color: '#B0587C'

red 176 ◦ green 88 ◦ blue 124

#B0587C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B0587C

Tints of Royal Heath #B0587C

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

 GREEN value IS 88 (34.77% from 255) = 22.68%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 45.36%
G = 22.68%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0587C (or 0xB0587C) is known color: Royal Heath. HEX triplet: B0, 58 and 7C. RGB value is (176,88,124). Sum of RGB (Red+Green+Blue) = 176+88+124=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587C is #4FA783. Grayscale: #767676. Windows color (decimal): -5220228 or 8149168. OLE color: 8149168.

HSL color Cylindrical-coordinate representation of color #B0587C: hue angle of 335.45º 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 #B0587C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 124 -
CMYK 0 0.50 0.30 0.31
HSL 335.45º 0.36% 0.52% -
HSV(B) 335.45º 0.5% 0.69% -
XYZ 25.03 17.66 21.16 -
YUV 118.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 176 88 124 0 0.50 0.30 0.31 335.45 0.36 0.52
Hex B0 58 7C 0 32 1E 1F 14F 24 34
Octal 260 130 174 0 62 36 37 517 44 64
Binary 10110000 1011000 1111100 0 110010 11110 11111 101001111 100100 110100

Color Harmonies of #B0587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0587C

Black with #B0587C

Text Example


Text Example

White with #B0587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0587C; }

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

 H1.HeaderClassName
 {
   color: #B0587C;
 }
 .AnyTagClassName
 {
   color: #B0587C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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