Html Css Color HEX #B55C81 Royal Heath

📋 copy color: '#B55C81'

red 181 ◦ green 92 ◦ blue 129

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

Shades of Royal Heath #B55C81

Tints of Royal Heath #B55C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 45.02%
G = 22.89%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55C81 (or 0xB55C81) is known color: Royal Heath. HEX triplet: B5, 5C and 81. RGB value is (181,92,129). Sum of RGB (Red+Green+Blue) = 181+92+129=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C81 is #4AA37E. Grayscale: #7A7A7A. Windows color (decimal): -4891519 or 8477877. OLE color: 8477877.

HSL color Cylindrical-coordinate representation of color #B55C81: hue angle of 335.06º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C81 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 92 129 -
CMYK 0 0.49 0.29 0.29
HSL 335.06º 0.38% 0.54% -
HSV(B) 335.06º 0.49% 0.71% -
XYZ 26.85 19.06 23.03 -
YUV 122.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 181 92 129 0 0.49 0.29 0.29 335.06 0.38 0.54
Hex B5 5C 81 0 31 1D 1D 14F 26 36
Octal 265 134 201 0 61 35 35 517 46 66
Binary 10110101 1011100 10000001 0 110001 11101 11101 101001111 100110 110110

Color Harmonies of #B55C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C81

Black with #B55C81

Text Example


Text Example

White with #B55C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C81; }

 p { color: rgb(181,92,129); }

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

background-color css

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

 a { background-color: rgb(181,92,129); }

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

border-color css

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

 span { border-color: rgb(181,92,129); }

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