Html Css Color HEX #B5527D Royal Heath

📋 copy color: '#B5527D'

red 181 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #B5527D

Tints of Royal Heath #B5527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 46.65%
G = 21.13%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5527D (or 0xB5527D) is known color: Royal Heath. HEX triplet: B5, 52 and 7D. RGB value is (181,82,125). Sum of RGB (Red+Green+Blue) = 181+82+125=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5527D is #4AAD82. Grayscale: #747474. Windows color (decimal): -4894083 or 8213173. OLE color: 8213173.

HSL color Cylindrical-coordinate representation of color #B5527D: hue angle of 333.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5527D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 125 -
CMYK 0 0.55 0.31 0.29
HSL 333.94º 0.4% 0.52% -
HSV(B) 333.94º 0.55% 0.71% -
XYZ 25.78 17.34 21.39 -
YUV 116.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 181 82 125 0 0.55 0.31 0.29 333.94 0.4 0.52
Hex B5 52 7D 0 37 1F 1D 14E 28 34
Octal 265 122 175 0 67 37 35 516 50 64
Binary 10110101 1010010 1111101 0 110111 11111 11101 101001110 101000 110100

Color Harmonies of #B5527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5527D

Black with #B5527D

Text Example


Text Example

White with #B5527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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