Html Css Color HEX #B94E90 Mulberry

📋 copy color: '#B94E90'

red 185 ◦ green 78 ◦ blue 144

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

Shades of Mulberry #B94E90

Tints of Mulberry #B94E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 45.45%
G = 19.16%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B94E90 (or 0xB94E90) is known color: Mulberry. HEX triplet: B9, 4E and 90. RGB value is (185,78,144). Sum of RGB (Red+Green+Blue) = 185+78+144=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E90 is #46B16F. Grayscale: #757575. Windows color (decimal): -4632944 or 9457337. OLE color: 9457337.

HSL color Cylindrical-coordinate representation of color #B94E90: hue angle of 322.99º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E90 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 78 144 -
CMYK 0 0.58 0.22 0.27
HSL 322.99º 0.43% 0.52% -
HSV(B) 322.99º 0.58% 0.73% -
XYZ 27.77 17.78 28.35 -
YUV 117.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 185 78 144 0 0.58 0.22 0.27 322.99 0.43 0.52
Hex B9 4E 90 0 3A 16 1B 143 2B 34
Octal 271 116 220 0 72 26 33 503 53 64
Binary 10111001 1001110 10010000 0 111010 10110 11011 101000011 101011 110100

Color Harmonies of #B94E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E90

Black with #B94E90

Text Example


Text Example

White with #B94E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E90; }

 p { color: rgb(185,78,144); }

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

background-color css

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

 a { background-color: rgb(185,78,144); }

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

border-color css

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

 span { border-color: rgb(185,78,144); }

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