Html Css Color HEX #B5587F Royal Heath

📋 copy color: '#B5587F'

red 181 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #B5587F

Tints of Royal Heath #B5587F

RGB

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

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

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

R = 45.71%
G = 22.22%
B = 32.07%

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

#B5587F (or 0xB5587F) is known color: Royal Heath. HEX triplet: B5, 58 and 7F. RGB value is (181,88,127). Sum of RGB (Red+Green+Blue) = 181+88+127=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587F is #4AA780. Grayscale: #787878. Windows color (decimal): -4892545 or 8345781. OLE color: 8345781.

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

Color convert

RGB 181 88 127 -
CMYK 0 0.51 0.30 0.29
HSL 334.84º 0.39% 0.53% -
HSV(B) 334.84º 0.51% 0.71% -
XYZ 26.38 18.34 22.23 -
YUV 120.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 181 88 127 0 0.51 0.30 0.29 334.84 0.39 0.53
Hex B5 58 7F 0 33 1E 1D 14F 27 35
Octal 265 130 177 0 63 36 35 517 47 65
Binary 10110101 1011000 1111111 0 110011 11110 11101 101001111 100111 110101

Color Harmonies of #B5587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5587F

Black with #B5587F

Text Example


Text Example

White with #B5587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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