Html Css Color HEX #B94493 Mulberry

📋 copy color: '#B94493'

red 185 ◦ green 68 ◦ blue 147

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

Shades of Mulberry #B94493

Tints of Mulberry #B94493

RGB

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

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

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

R = 46.25%
G = 17%
B = 36.75%

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

#B94493 (or 0xB94493) is known color: Mulberry. HEX triplet: B9, 44 and 93. RGB value is (185,68,147). Sum of RGB (Red+Green+Blue) = 185+68+147=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B94493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94493 is #46BB6C. Grayscale: #6F6F6F. Windows color (decimal): -4635501 or 9651385. OLE color: 9651385.

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

Color convert

RGB 185 68 147 -
CMYK 0 0.63 0.21 0.27
HSL 319.49º 0.46% 0.5% -
HSV(B) 319.49º 0.63% 0.73% -
XYZ 27.34 16.56 29.36 -
YUV 111.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 185 68 147 0 0.63 0.21 0.27 319.49 0.46 0.5
Hex B9 44 93 0 3F 15 1B 13F 2E 32
Octal 271 104 223 0 77 25 33 477 56 62
Binary 10111001 1000100 10010011 0 111111 10101 11011 100111111 101110 110010

Color Harmonies of #B94493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94493

Black with #B94493

Text Example


Text Example

White with #B94493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94493; }

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

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

background-color css

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

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

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

border-color css

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

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

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