Html Css Color HEX #B85178 Royal Heath

📋 copy color: '#B85178'

red 184 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #B85178

Tints of Royal Heath #B85178

RGB

 RED value IS 184 (72.27% from 255) = 47.79%

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

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

R = 47.79%
G = 21.04%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85178 (or 0xB85178) is known color: Royal Heath. HEX triplet: B8, 51 and 78. RGB value is (184,81,120). Sum of RGB (Red+Green+Blue) = 184+81+120=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B85178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85178 is #47AE87. Grayscale: #747474. Windows color (decimal): -4697736 or 7885240. OLE color: 7885240.

HSL color Cylindrical-coordinate representation of color #B85178: hue angle of 337.28º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85178 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 120 -
CMYK 0 0.56 0.35 0.28
HSL 337.28º 0.42% 0.52% -
HSV(B) 337.28º 0.56% 0.72% -
XYZ 26.1 17.43 19.76 -
YUV 116.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 184 81 120 0 0.56 0.35 0.28 337.28 0.42 0.52
Hex B8 51 78 0 38 23 1C 151 2A 34
Octal 270 121 170 0 70 43 34 521 52 64
Binary 10111000 1010001 1111000 0 111000 100011 11100 101010001 101010 110100

Color Harmonies of #B85178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85178

Black with #B85178

Text Example


Text Example

White with #B85178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85178; }

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

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

background-color css

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

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

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

border-color css

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

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

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