Html Css Color HEX #B94593 Mulberry

📋 copy color: '#B94593'

red 185 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #B94593

Tints of Mulberry #B94593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 46.13%
G = 17.21%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B94593 (or 0xB94593) is known color: Mulberry. HEX triplet: B9, 45 and 93. RGB value is (185,69,147). Sum of RGB (Red+Green+Blue) = 185+69+147=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94593 is #46BA6C. Grayscale: #707070. Windows color (decimal): -4635245 or 9651641. OLE color: 9651641.

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

Color convert

RGB 185 69 147 -
CMYK 0 0.63 0.21 0.27
HSL 319.66º 0.46% 0.5% -
HSV(B) 319.66º 0.63% 0.73% -
XYZ 27.4 16.68 29.38 -
YUV 112.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 185 69 147 0 0.63 0.21 0.27 319.66 0.46 0.5
Hex B9 45 93 0 3F 15 1B 140 2E 32
Octal 271 105 223 0 77 25 33 500 56 62
Binary 10111001 1000101 10010011 0 111111 10101 11011 101000000 101110 110010

Color Harmonies of #B94593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94593

Black with #B94593

Text Example


Text Example

White with #B94593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94593; }

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

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

background-color css

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

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

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

border-color css

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

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

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