Html Css Color HEX #B85894 Mulberry

📋 copy color: '#B85894'

red 184 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #B85894

Tints of Mulberry #B85894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.95%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 43.81%
G = 20.95%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B85894 (or 0xB85894) is known color: Mulberry. HEX triplet: B8, 58 and 94. RGB value is (184,88,148). Sum of RGB (Red+Green+Blue) = 184+88+148=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B85894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85894 is #47A76B. Grayscale: #7B7B7B. Windows color (decimal): -4695916 or 9722040. OLE color: 9722040.

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

Color convert

RGB 184 88 148 -
CMYK 0 0.52 0.20 0.28
HSL 322.5º 0.4% 0.53% -
HSV(B) 322.5º 0.52% 0.72% -
XYZ 28.6 19.31 30.24 -
YUV 123.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 184 88 148 0 0.52 0.20 0.28 322.5 0.4 0.53
Hex B8 58 94 0 34 14 1C 142 28 35
Octal 270 130 224 0 64 24 34 502 50 65
Binary 10111000 1011000 10010100 0 110100 10100 11100 101000010 101000 110101

Color Harmonies of #B85894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85894

Black with #B85894

Text Example


Text Example

White with #B85894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85894; }

 p { color: rgb(184,88,148); }

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

background-color css

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

 a { background-color: rgb(184,88,148); }

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

border-color css

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

 span { border-color: rgb(184,88,148); }

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