Html Css Color HEX #B858A0 Mulberry

📋 copy color: '#B858A0'

red 184 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #B858A0

Tints of Mulberry #B858A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 42.59%
G = 20.37%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B858A0 (or 0xB858A0) is known color: Mulberry. HEX triplet: B8, 58 and A0. RGB value is (184,88,160). Sum of RGB (Red+Green+Blue) = 184+88+160=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B858A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858A0 is #47A75F. Grayscale: #7C7C7C. Windows color (decimal): -4695904 or 10508472. OLE color: 10508472.

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

Color convert

RGB 184 88 160 -
CMYK 0 0.52 0.13 0.28
HSL 315º 0.4% 0.53% -
HSV(B) 315º 0.52% 0.72% -
XYZ 29.6 19.71 35.5 -
YUV 124.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 184 88 160 0 0.52 0.13 0.28 315 0.4 0.53
Hex B8 58 A0 0 34 D 1C 13B 28 35
Octal 270 130 240 0 64 15 34 473 50 65
Binary 10111000 1011000 10100000 0 110100 1101 11100 100111011 101000 110101

Color Harmonies of #B858A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858A0

Black with #B858A0

Text Example


Text Example

White with #B858A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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