Html Css Color HEX #B9479D Mulberry

📋 copy color: '#B9479D'

red 185 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #B9479D

Tints of Mulberry #B9479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 44.79%
G = 17.19%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9479D (or 0xB9479D) is known color: Mulberry. HEX triplet: B9, 47 and 9D. RGB value is (185,71,157). Sum of RGB (Red+Green+Blue) = 185+71+157=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9479D is #46B862. Grayscale: #727272. Windows color (decimal): -4634723 or 10307513. OLE color: 10307513.

HSL color Cylindrical-coordinate representation of color #B9479D: hue angle of 314.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9479D is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 157 -
CMYK 0 0.62 0.15 0.27
HSL 314.74º 0.45% 0.5% -
HSV(B) 314.74º 0.62% 0.73% -
XYZ 28.35 17.26 33.73 -
YUV 114.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 185 71 157 0 0.62 0.15 0.27 314.74 0.45 0.5
Hex B9 47 9D 0 3E F 1B 13B 2D 32
Octal 271 107 235 0 76 17 33 473 55 62
Binary 10111001 1000111 10011101 0 111110 1111 11011 100111011 101101 110010

Color Harmonies of #B9479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9479D

Black with #B9479D

Text Example


Text Example

White with #B9479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9479D; }

 p { color: rgb(185,71,157); }

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

background-color css

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

 a { background-color: rgb(185,71,157); }

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

border-color css

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

 span { border-color: rgb(185,71,157); }

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