Html Css Color HEX #B941A2 Mulberry

📋 copy color: '#B941A2'

red 185 ◦ green 65 ◦ blue 162

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

Shades of Mulberry #B941A2

Tints of Mulberry #B941A2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

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

R = 44.9%
G = 15.78%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B941A2 (or 0xB941A2) is known color: Mulberry. HEX triplet: B9, 41 and A2. RGB value is (185,65,162). Sum of RGB (Red+Green+Blue) = 185+65+162=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B941A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941A2 is #46BE5D. Grayscale: #6F6F6F. Windows color (decimal): -4636254 or 10633657. OLE color: 10633657.

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

Color convert

RGB 185 65 162 -
CMYK 0 0.65 0.12 0.27
HSL 311.5º 0.48% 0.49% -
HSV(B) 311.5º 0.65% 0.73% -
XYZ 28.42 16.7 35.91 -
YUV 111.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 185 65 162 0 0.65 0.12 0.27 311.5 0.48 0.49
Hex B9 41 A2 0 41 C 1B 138 30 31
Octal 271 101 242 0 101 14 33 470 60 61
Binary 10111001 1000001 10100010 0 1000001 1100 11011 100111000 110000 110001

Color Harmonies of #B941A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941A2

Black with #B941A2

Text Example


Text Example

White with #B941A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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