Html Css Color HEX #B85098 Mulberry

📋 copy color: '#B85098'

red 184 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #B85098

Tints of Mulberry #B85098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 44.23%
G = 19.23%
B = 36.54%

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

#B85098 (or 0xB85098) is known color: Mulberry. HEX triplet: B8, 50 and 98. RGB value is (184,80,152). Sum of RGB (Red+Green+Blue) = 184+80+152=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B85098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85098 is #47AF67. Grayscale: #777777. Windows color (decimal): -4697960 or 9982136. OLE color: 9982136.

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

Color convert

RGB 184 80 152 -
CMYK 0 0.57 0.17 0.28
HSL 318.46º 0.42% 0.52% -
HSV(B) 318.46º 0.57% 0.72% -
XYZ 28.3 18.19 31.73 -
YUV 119.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 184 80 152 0 0.57 0.17 0.28 318.46 0.42 0.52
Hex B8 50 98 0 39 11 1C 13E 2A 34
Octal 270 120 230 0 71 21 34 476 52 64
Binary 10111000 1010000 10011000 0 111001 10001 11100 100111110 101010 110100

Color Harmonies of #B85098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85098

Black with #B85098

Text Example


Text Example

White with #B85098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85098; }

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

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

background-color css

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

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

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

border-color css

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

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

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