Html Css Color HEX #B55881 Royal Heath

📋 copy color: '#B55881'

red 181 ◦ green 88 ◦ blue 129

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

Shades of Royal Heath #B55881

Tints of Royal Heath #B55881

RGB

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

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

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

R = 45.48%
G = 22.11%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55881 (or 0xB55881) is known color: Royal Heath. HEX triplet: B5, 58 and 81. RGB value is (181,88,129). Sum of RGB (Red+Green+Blue) = 181+88+129=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B55881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55881 is #4AA77E. Grayscale: #787878. Windows color (decimal): -4892543 or 8476853. OLE color: 8476853.

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

Color convert

RGB 181 88 129 -
CMYK 0 0.51 0.29 0.29
HSL 333.55º 0.39% 0.53% -
HSV(B) 333.55º 0.51% 0.71% -
XYZ 26.51 18.39 22.92 -
YUV 120.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 181 88 129 0 0.51 0.29 0.29 333.55 0.39 0.53
Hex B5 58 81 0 33 1D 1D 14E 27 35
Octal 265 130 201 0 63 35 35 516 47 65
Binary 10110101 1011000 10000001 0 110011 11101 11101 101001110 100111 110101

Color Harmonies of #B55881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55881

Black with #B55881

Text Example


Text Example

White with #B55881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55881; }

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

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

background-color css

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

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

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

border-color css

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

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

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