Html Css Color HEX #B94488 Mulberry

📋 copy color: '#B94488'

red 185 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #B94488

Tints of Mulberry #B94488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 47.56%
G = 17.48%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B94488 (or 0xB94488) is known color: Mulberry. HEX triplet: B9, 44 and 88. RGB value is (185,68,136). Sum of RGB (Red+Green+Blue) = 185+68+136=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B94488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94488 is #46BB77. Grayscale: #6E6E6E. Windows color (decimal): -4635512 or 8930489. OLE color: 8930489.

HSL color Cylindrical-coordinate representation of color #B94488: hue angle of 325.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94488 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 136 -
CMYK 0 0.63 0.26 0.27
HSL 325.13º 0.46% 0.5% -
HSV(B) 325.13º 0.63% 0.73% -
XYZ 26.52 16.23 25.03 -
YUV 110.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 185 68 136 0 0.63 0.26 0.27 325.13 0.46 0.5
Hex B9 44 88 0 3F 1A 1B 145 2E 32
Octal 271 104 210 0 77 32 33 505 56 62
Binary 10111001 1000100 10001000 0 111111 11010 11011 101000101 101110 110010

Color Harmonies of #B94488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94488

Black with #B94488

Text Example


Text Example

White with #B94488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94488; }

 p { color: rgb(185,68,136); }

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

background-color css

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

 a { background-color: rgb(185,68,136); }

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

border-color css

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

 span { border-color: rgb(185,68,136); }

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