Html Css Color HEX #B6519C Mulberry

📋 copy color: '#B6519C'

red 182 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #B6519C

Tints of Mulberry #B6519C

RGB

 RED value IS 182 (71.48% from 255) = 43.44%

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 43.44%
G = 19.33%
B = 37.23%

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

#B6519C (or 0xB6519C) is known color: Mulberry. HEX triplet: B6, 51 and 9C. RGB value is (182,81,156). Sum of RGB (Red+Green+Blue) = 182+81+156=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6519C is #49AE63. Grayscale: #777777. Windows color (decimal): -4828772 or 10244534. OLE color: 10244534.

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

Color convert

RGB 182 81 156 -
CMYK 0 0.55 0.14 0.29
HSL 315.45º 0.41% 0.52% -
HSV(B) 315.45º 0.55% 0.71% -
XYZ 28.23 18.23 33.48 -
YUV 119.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 182 81 156 0 0.55 0.14 0.29 315.45 0.41 0.52
Hex B6 51 9C 0 37 E 1D 13B 29 34
Octal 266 121 234 0 67 16 35 473 51 64
Binary 10110110 1010001 10011100 0 110111 1110 11101 100111011 101001 110100

Color Harmonies of #B6519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6519C

Black with #B6519C

Text Example


Text Example

White with #B6519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6519C; }

 p { color: rgb(182,81,156); }

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

background-color css

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

 a { background-color: rgb(182,81,156); }

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

border-color css

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

 span { border-color: rgb(182,81,156); }

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