Html Css Color HEX #B6518C Mulberry

📋 copy color: '#B6518C'

red 182 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #B6518C

Tints of Mulberry #B6518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 45.16%
G = 20.1%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6518C (or 0xB6518C) is known color: Mulberry. HEX triplet: B6, 51 and 8C. RGB value is (182,81,140). Sum of RGB (Red+Green+Blue) = 182+81+140=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6518C is #49AE73. Grayscale: #757575. Windows color (decimal): -4828788 or 9195958. OLE color: 9195958.

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

Color convert

RGB 182 81 140 -
CMYK 0 0.55 0.23 0.29
HSL 324.95º 0.41% 0.52% -
HSV(B) 324.95º 0.55% 0.71% -
XYZ 26.97 17.72 26.81 -
YUV 117.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 182 81 140 0 0.55 0.23 0.29 324.95 0.41 0.52
Hex B6 51 8C 0 37 17 1D 145 29 34
Octal 266 121 214 0 67 27 35 505 51 64
Binary 10110110 1010001 10001100 0 110111 10111 11101 101000101 101001 110100

Color Harmonies of #B6518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6518C

Black with #B6518C

Text Example


Text Example

White with #B6518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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