Html Css Color HEX #B4519B Mulberry

📋 copy color: '#B4519B'

red 180 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #B4519B

Tints of Mulberry #B4519B

RGB

 RED value IS 180 (70.7% from 255) = 43.27%

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

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

R = 43.27%
G = 19.47%
B = 37.26%

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

#B4519B (or 0xB4519B) is known color: Mulberry. HEX triplet: B4, 51 and 9B. RGB value is (180,81,155). Sum of RGB (Red+Green+Blue) = 180+81+155=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4519B is #4BAE64. Grayscale: #767676. Windows color (decimal): -4959845 or 10178996. OLE color: 10178996.

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

Color convert

RGB 180 81 155 -
CMYK 0 0.55 0.14 0.29
HSL 315.15º 0.4% 0.51% -
HSV(B) 315.15º 0.55% 0.71% -
XYZ 27.68 17.95 33.02 -
YUV 119.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 180 81 155 0 0.55 0.14 0.29 315.15 0.4 0.51
Hex B4 51 9B 0 37 E 1D 13B 28 33
Octal 264 121 233 0 67 16 35 473 50 63
Binary 10110100 1010001 10011011 0 110111 1110 11101 100111011 101000 110011

Color Harmonies of #B4519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4519B

Black with #B4519B

Text Example


Text Example

White with #B4519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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