Html Css Color HEX #B94E9F Mulberry

📋 copy color: '#B94E9F'

red 185 ◦ green 78 ◦ blue 159

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

Shades of Mulberry #B94E9F

Tints of Mulberry #B94E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 43.84%
G = 18.48%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B94E9F (or 0xB94E9F) is known color: Mulberry. HEX triplet: B9, 4E and 9F. RGB value is (185,78,159). Sum of RGB (Red+Green+Blue) = 185+78+159=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E9F is #46B160. Grayscale: #777777. Windows color (decimal): -4632929 or 10440377. OLE color: 10440377.

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

Color convert

RGB 185 78 159 -
CMYK 0 0.58 0.14 0.27
HSL 314.58º 0.43% 0.52% -
HSV(B) 314.58º 0.58% 0.73% -
XYZ 28.99 18.27 34.8 -
YUV 119.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 185 78 159 0 0.58 0.14 0.27 314.58 0.43 0.52
Hex B9 4E 9F 0 3A E 1B 13B 2B 34
Octal 271 116 237 0 72 16 33 473 53 64
Binary 10111001 1001110 10011111 0 111010 1110 11011 100111011 101011 110100

Color Harmonies of #B94E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E9F

Black with #B94E9F

Text Example


Text Example

White with #B94E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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