Html Css Color HEX #B955A2 Mulberry

📋 copy color: '#B955A2'

red 185 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #B955A2

Tints of Mulberry #B955A2

RGB

 RED value IS 185 (72.66% from 255) = 42.82%

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 162 (63.67% from 255) = 37.5%

R = 42.82%
G = 19.68%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B955A2 (or 0xB955A2) is known color: Mulberry. HEX triplet: B9, 55 and A2. RGB value is (185,85,162). Sum of RGB (Red+Green+Blue) = 185+85+162=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B955A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B955A2 is #46AA5D. Grayscale: #7B7B7B. Windows color (decimal): -4631134 or 10638777. OLE color: 10638777.

HSL color Cylindrical-coordinate representation of color #B955A2: hue angle of 313.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B955A2 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 162 -
CMYK 0 0.54 0.12 0.27
HSL 313.8º 0.42% 0.53% -
HSV(B) 313.8º 0.54% 0.73% -
XYZ 29.78 19.42 36.36 -
YUV 123.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 185 85 162 0 0.54 0.12 0.27 313.8 0.42 0.53
Hex B9 55 A2 0 36 C 1B 13A 2A 35
Octal 271 125 242 0 66 14 33 472 52 65
Binary 10111001 1010101 10100010 0 110110 1100 11011 100111010 101010 110101

Color Harmonies of #B955A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955A2

Black with #B955A2

Text Example


Text Example

White with #B955A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955A2; }

 p { color: rgb(185,85,162); }

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

background-color css

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

 a { background-color: rgb(185,85,162); }

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

border-color css

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

 span { border-color: rgb(185,85,162); }

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