Html Css Color HEX #B94588 Mulberry

📋 copy color: '#B94588'

red 185 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #B94588

Tints of Mulberry #B94588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

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

R = 47.44%
G = 17.69%
B = 34.87%

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

#B94588 (or 0xB94588) is known color: Mulberry. HEX triplet: B9, 45 and 88. RGB value is (185,69,136). Sum of RGB (Red+Green+Blue) = 185+69+136=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B94588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94588 is #46BA77. Grayscale: #6F6F6F. Windows color (decimal): -4635256 or 8930745. OLE color: 8930745.

HSL color Cylindrical-coordinate representation of color #B94588: hue angle of 325.34º 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 #B94588 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 136 -
CMYK 0 0.63 0.26 0.27
HSL 325.34º 0.46% 0.5% -
HSV(B) 325.34º 0.63% 0.73% -
XYZ 26.58 16.35 25.05 -
YUV 111.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 185 69 136 0 0.63 0.26 0.27 325.34 0.46 0.5
Hex B9 45 88 0 3F 1A 1B 145 2E 32
Octal 271 105 210 0 77 32 33 505 56 62
Binary 10111001 1000101 10001000 0 111111 11010 11011 101000101 101110 110010

Color Harmonies of #B94588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94588

Black with #B94588

Text Example


Text Example

White with #B94588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94588; }

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

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

background-color css

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

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

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

border-color css

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

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

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