Html Css Color HEX #B85099 Mulberry

📋 copy color: '#B85099'

red 184 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #B85099

Tints of Mulberry #B85099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 44.12%
G = 19.18%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B85099 (or 0xB85099) is known color: Mulberry. HEX triplet: B8, 50 and 99. RGB value is (184,80,153). Sum of RGB (Red+Green+Blue) = 184+80+153=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85099 is #47AF66. Grayscale: #777777. Windows color (decimal): -4697959 or 10047672. OLE color: 10047672.

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

Color convert

RGB 184 80 153 -
CMYK 0 0.57 0.17 0.28
HSL 317.88º 0.42% 0.52% -
HSV(B) 317.88º 0.57% 0.72% -
XYZ 28.39 18.23 32.16 -
YUV 119.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 184 80 153 0 0.57 0.17 0.28 317.88 0.42 0.52
Hex B8 50 99 0 39 11 1C 13E 2A 34
Octal 270 120 231 0 71 21 34 476 52 64
Binary 10111000 1010000 10011001 0 111001 10001 11100 100111110 101010 110100

Color Harmonies of #B85099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85099

Black with #B85099

Text Example


Text Example

White with #B85099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85099; }

 p { color: rgb(184,80,153); }

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

background-color css

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

 a { background-color: rgb(184,80,153); }

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

border-color css

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

 span { border-color: rgb(184,80,153); }

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