Html Css Color HEX #B9519D Mulberry

📋 copy color: '#B9519D'

red 185 ◦ green 81 ◦ blue 157

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

Shades of Mulberry #B9519D

Tints of Mulberry #B9519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

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

R = 43.74%
G = 19.15%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9519D (or 0xB9519D) is known color: Mulberry. HEX triplet: B9, 51 and 9D. RGB value is (185,81,157). Sum of RGB (Red+Green+Blue) = 185+81+157=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9519D is #46AE62. Grayscale: #787878. Windows color (decimal): -4632163 or 10310073. OLE color: 10310073.

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

Color convert

RGB 185 81 157 -
CMYK 0 0.56 0.15 0.27
HSL 316.15º 0.43% 0.52% -
HSV(B) 316.15º 0.56% 0.73% -
XYZ 29.04 18.63 33.96 -
YUV 120.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 185 81 157 0 0.56 0.15 0.27 316.15 0.43 0.52
Hex B9 51 9D 0 38 F 1B 13C 2B 34
Octal 271 121 235 0 70 17 33 474 53 64
Binary 10111001 1010001 10011101 0 111000 1111 11011 100111100 101011 110100

Color Harmonies of #B9519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9519D

Black with #B9519D

Text Example


Text Example

White with #B9519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9519D; }

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

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

background-color css

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

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

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

border-color css

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

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

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