Html Css Color HEX #B940A0 Mulberry

📋 copy color: '#B940A0'

red 185 ◦ green 64 ◦ blue 160

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

Shades of Mulberry #B940A0

Tints of Mulberry #B940A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.65%

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

R = 45.23%
G = 15.65%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B940A0 (or 0xB940A0) is known color: Mulberry. HEX triplet: B9, 40 and A0. RGB value is (185,64,160). Sum of RGB (Red+Green+Blue) = 185+64+160=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B940A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940A0 is #46BF5F. Grayscale: #6E6E6E. Windows color (decimal): -4636512 or 10502329. OLE color: 10502329.

HSL color Cylindrical-coordinate representation of color #B940A0: hue angle of 312.4º degrees, saturation: 0.49, 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 #B940A0 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 160 -
CMYK 0 0.65 0.14 0.27
HSL 312.4º 0.49% 0.49% -
HSV(B) 312.4º 0.65% 0.73% -
XYZ 28.19 16.52 34.96 -
YUV 111.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 185 64 160 0 0.65 0.14 0.27 312.4 0.49 0.49
Hex B9 40 A0 0 41 E 1B 138 31 31
Octal 271 100 240 0 101 16 33 470 61 61
Binary 10111001 1000000 10100000 0 1000001 1110 11011 100111000 110001 110001

Color Harmonies of #B940A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940A0

Black with #B940A0

Text Example


Text Example

White with #B940A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940A0; }

 p { color: rgb(185,64,160); }

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

background-color css

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

 a { background-color: rgb(185,64,160); }

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

border-color css

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

 span { border-color: rgb(185,64,160); }

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