Html Css Color HEX #B5519B Mulberry

📋 copy color: '#B5519B'

red 181 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #B5519B

Tints of Mulberry #B5519B

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 43.41%
G = 19.42%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5519B (or 0xB5519B) is known color: Mulberry. HEX triplet: B5, 51 and 9B. RGB value is (181,81,155). Sum of RGB (Red+Green+Blue) = 181+81+155=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5519B is #4AAE64. Grayscale: #777777. Windows color (decimal): -4894309 or 10178997. OLE color: 10178997.

HSL color Cylindrical-coordinate representation of color #B5519B: hue angle of 315.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5519B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 155 -
CMYK 0 0.55 0.14 0.29
HSL 315.6º 0.4% 0.51% -
HSV(B) 315.6º 0.55% 0.71% -
XYZ 27.91 18.08 33.03 -
YUV 119.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 181 81 155 0 0.55 0.14 0.29 315.6 0.4 0.51
Hex B5 51 9B 0 37 E 1D 13C 28 33
Octal 265 121 233 0 67 16 35 474 50 63
Binary 10110101 1010001 10011011 0 110111 1110 11101 100111100 101000 110011

Color Harmonies of #B5519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5519B

Black with #B5519B

Text Example


Text Example

White with #B5519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5519B; }

 p { color: rgb(181,81,155); }

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

background-color css

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

 a { background-color: rgb(181,81,155); }

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

border-color css

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

 span { border-color: rgb(181,81,155); }

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