Html Css Color HEX #B5587D Royal Heath

📋 copy color: '#B5587D'

red 181 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #B5587D

Tints of Royal Heath #B5587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 45.94%
G = 22.34%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5587D (or 0xB5587D) is known color: Royal Heath. HEX triplet: B5, 58 and 7D. RGB value is (181,88,125). Sum of RGB (Red+Green+Blue) = 181+88+125=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587D is #4AA782. Grayscale: #777777. Windows color (decimal): -4892547 or 8214709. OLE color: 8214709.

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

Color convert

RGB 181 88 125 -
CMYK 0 0.51 0.31 0.29
HSL 336.13º 0.39% 0.53% -
HSV(B) 336.13º 0.51% 0.71% -
XYZ 26.25 18.28 21.55 -
YUV 120.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 181 88 125 0 0.51 0.31 0.29 336.13 0.39 0.53
Hex B5 58 7D 0 33 1F 1D 150 27 35
Octal 265 130 175 0 63 37 35 520 47 65
Binary 10110101 1011000 1111101 0 110011 11111 11101 101010000 100111 110101

Color Harmonies of #B5587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5587D

Black with #B5587D

Text Example


Text Example

White with #B5587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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