Html Css Color HEX #B94393 Mulberry

📋 copy color: '#B94393'

red 185 ◦ green 67 ◦ blue 147

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

Shades of Mulberry #B94393

Tints of Mulberry #B94393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

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

R = 46.37%
G = 16.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B94393 (or 0xB94393) is known color: Mulberry. HEX triplet: B9, 43 and 93. RGB value is (185,67,147). Sum of RGB (Red+Green+Blue) = 185+67+147=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B94393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94393 is #46BC6C. Grayscale: #6F6F6F. Windows color (decimal): -4635757 or 9651129. OLE color: 9651129.

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

Color convert

RGB 185 67 147 -
CMYK 0 0.64 0.21 0.27
HSL 319.32º 0.47% 0.49% -
HSV(B) 319.32º 0.64% 0.73% -
XYZ 27.28 16.44 29.34 -
YUV 111.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 185 67 147 0 0.64 0.21 0.27 319.32 0.47 0.49
Hex B9 43 93 0 40 15 1B 13F 2F 31
Octal 271 103 223 0 100 25 33 477 57 61
Binary 10111001 1000011 10010011 0 1000000 10101 11011 100111111 101111 110001

Color Harmonies of #B94393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94393

Black with #B94393

Text Example


Text Example

White with #B94393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94393; }

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

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

background-color css

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

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

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

border-color css

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

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

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