Html Css Color HEX #B8479D Mulberry

📋 copy color: '#B8479D'

red 184 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #B8479D

Tints of Mulberry #B8479D

RGB

 RED value IS 184 (72.27% from 255) = 44.66%

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

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

R = 44.66%
G = 17.23%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8479D (or 0xB8479D) is known color: Mulberry. HEX triplet: B8, 47 and 9D. RGB value is (184,71,157). Sum of RGB (Red+Green+Blue) = 184+71+157=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8479D is #47B862. Grayscale: #727272. Windows color (decimal): -4700259 or 10307512. OLE color: 10307512.

HSL color Cylindrical-coordinate representation of color #B8479D: hue angle of 314.34º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8479D is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 71 157 -
CMYK 0 0.61 0.15 0.28
HSL 314.34º 0.44% 0.5% -
HSV(B) 314.34º 0.61% 0.72% -
XYZ 28.11 17.13 33.72 -
YUV 114.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 184 71 157 0 0.61 0.15 0.28 314.34 0.44 0.5
Hex B8 47 9D 0 3D F 1C 13A 2C 32
Octal 270 107 235 0 75 17 34 472 54 62
Binary 10111000 1000111 10011101 0 111101 1111 11100 100111010 101100 110010

Color Harmonies of #B8479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8479D

Black with #B8479D

Text Example


Text Example

White with #B8479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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