Html Css Color HEX #B55178 Royal Heath

📋 copy color: '#B55178'

red 181 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #B55178

Tints of Royal Heath #B55178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 47.38%
G = 21.2%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B55178 (or 0xB55178) is known color: Royal Heath. HEX triplet: B5, 51 and 78. RGB value is (181,81,120). Sum of RGB (Red+Green+Blue) = 181+81+120=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B55178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55178 is #4AAE87. Grayscale: #737373. Windows color (decimal): -4894344 or 7885237. OLE color: 7885237.

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

Color convert

RGB 181 81 120 -
CMYK 0 0.55 0.34 0.29
HSL 336.6º 0.4% 0.51% -
HSV(B) 336.6º 0.55% 0.71% -
XYZ 25.39 17.06 19.72 -
YUV 115.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 181 81 120 0 0.55 0.34 0.29 336.6 0.4 0.51
Hex B5 51 78 0 37 22 1D 151 28 33
Octal 265 121 170 0 67 42 35 521 50 63
Binary 10110101 1010001 1111000 0 110111 100010 11101 101010001 101000 110011

Color Harmonies of #B55178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55178

Black with #B55178

Text Example


Text Example

White with #B55178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55178; }

 p { color: rgb(181,81,120); }

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

background-color css

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

 a { background-color: rgb(181,81,120); }

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

border-color css

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

 span { border-color: rgb(181,81,120); }

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