Html Css Color HEX #B5587E Royal Heath

📋 copy color: '#B5587E'

red 181 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #B5587E

Tints of Royal Heath #B5587E

RGB

 RED value IS 181 (71.09% from 255) = 45.82%

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 45.82%
G = 22.28%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5587E (or 0xB5587E) is known color: Royal Heath. HEX triplet: B5, 58 and 7E. RGB value is (181,88,126). Sum of RGB (Red+Green+Blue) = 181+88+126=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587E is #4AA781. Grayscale: #787878. Windows color (decimal): -4892546 or 8280245. OLE color: 8280245.

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

Color convert

RGB 181 88 126 -
CMYK 0 0.51 0.30 0.29
HSL 335.48º 0.39% 0.53% -
HSV(B) 335.48º 0.51% 0.71% -
XYZ 26.31 18.31 21.89 -
YUV 120.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 181 88 126 0 0.51 0.30 0.29 335.48 0.39 0.53
Hex B5 58 7E 0 33 1E 1D 14F 27 35
Octal 265 130 176 0 63 36 35 517 47 65
Binary 10110101 1011000 1111110 0 110011 11110 11101 101001111 100111 110101

Color Harmonies of #B5587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5587E

Black with #B5587E

Text Example


Text Example

White with #B5587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5587E; }

 p { color: rgb(181,88,126); }

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

background-color css

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

 a { background-color: rgb(181,88,126); }

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

border-color css

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

 span { border-color: rgb(181,88,126); }

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