Html Css Color HEX #B55174 Royal Heath

📋 copy color: '#B55174'

red 181 ◦ green 81 ◦ blue 116

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

Shades of Royal Heath #B55174

Tints of Royal Heath #B55174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 47.88%
G = 21.43%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B55174 (or 0xB55174) is known color: Royal Heath. HEX triplet: B5, 51 and 74. RGB value is (181,81,116). Sum of RGB (Red+Green+Blue) = 181+81+116=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B55174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55174 is #4AAE8B. Grayscale: #727272. Windows color (decimal): -4894348 or 7623093. OLE color: 7623093.

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

Color convert

RGB 181 81 116 -
CMYK 0 0.55 0.36 0.29
HSL 339º 0.4% 0.51% -
HSV(B) 339º 0.55% 0.71% -
XYZ 25.15 16.97 18.47 -
YUV 114.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 181 81 116 0 0.55 0.36 0.29 339 0.4 0.51
Hex B5 51 74 0 37 24 1D 153 28 33
Octal 265 121 164 0 67 44 35 523 50 63
Binary 10110101 1010001 1110100 0 110111 100100 11101 101010011 101000 110011

Color Harmonies of #B55174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55174

Black with #B55174

Text Example


Text Example

White with #B55174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55174; }

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

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

background-color css

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

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

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

border-color css

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

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

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