Html Css Color HEX #B55883 Royal Heath

📋 copy color: '#B55883'

red 181 ◦ green 88 ◦ blue 131

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

Shades of Royal Heath #B55883

Tints of Royal Heath #B55883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 45.25%
G = 22%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B55883 (or 0xB55883) is known color: Royal Heath. HEX triplet: B5, 58 and 83. RGB value is (181,88,131). Sum of RGB (Red+Green+Blue) = 181+88+131=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B55883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55883 is #4AA77C. Grayscale: #787878. Windows color (decimal): -4892541 or 8607925. OLE color: 8607925.

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

Color convert

RGB 181 88 131 -
CMYK 0 0.51 0.28 0.29
HSL 332.26º 0.39% 0.53% -
HSV(B) 332.26º 0.51% 0.71% -
XYZ 26.64 18.44 23.63 -
YUV 120.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 181 88 131 0 0.51 0.28 0.29 332.26 0.39 0.53
Hex B5 58 83 0 33 1C 1D 14C 27 35
Octal 265 130 203 0 63 34 35 514 47 65
Binary 10110101 1011000 10000011 0 110011 11100 11101 101001100 100111 110101

Color Harmonies of #B55883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55883

Black with #B55883

Text Example


Text Example

White with #B55883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55883; }

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

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

background-color css

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

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

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

border-color css

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

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

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