Html Css Color HEX #B0587F Royal Heath

📋 copy color: '#B0587F'

red 176 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #B0587F

Tints of Royal Heath #B0587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 45.01%
G = 22.51%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0587F (or 0xB0587F) is known color: Royal Heath. HEX triplet: B0, 58 and 7F. RGB value is (176,88,127). Sum of RGB (Red+Green+Blue) = 176+88+127=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587F is #4FA780. Grayscale: #767676. Windows color (decimal): -5220225 or 8345776. OLE color: 8345776.

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

Color convert

RGB 176 88 127 -
CMYK 0 0.50 0.28 0.31
HSL 333.41º 0.36% 0.52% -
HSV(B) 333.41º 0.5% 0.69% -
XYZ 25.22 17.74 22.17 -
YUV 118.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 176 88 127 0 0.50 0.28 0.31 333.41 0.36 0.52
Hex B0 58 7F 0 32 1C 1F 14D 24 34
Octal 260 130 177 0 62 34 37 515 44 64
Binary 10110000 1011000 1111111 0 110010 11100 11111 101001101 100100 110100

Color Harmonies of #B0587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0587F

Black with #B0587F

Text Example


Text Example

White with #B0587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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