Html Css Color HEX #B6528D Mulberry

📋 copy color: '#B6528D'

red 182 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #B6528D

Tints of Mulberry #B6528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 44.94%
G = 20.25%
B = 34.81%

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

#B6528D (or 0xB6528D) is known color: Mulberry. HEX triplet: B6, 52 and 8D. RGB value is (182,82,141). Sum of RGB (Red+Green+Blue) = 182+82+141=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6528D is #49AD72. Grayscale: #767676. Windows color (decimal): -4828531 or 9261750. OLE color: 9261750.

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

Color convert

RGB 182 82 141 -
CMYK 0 0.55 0.23 0.29
HSL 324.6º 0.41% 0.52% -
HSV(B) 324.6º 0.55% 0.71% -
XYZ 27.12 17.9 27.23 -
YUV 118.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 182 82 141 0 0.55 0.23 0.29 324.6 0.41 0.52
Hex B6 52 8D 0 37 17 1D 145 29 34
Octal 266 122 215 0 67 27 35 505 51 64
Binary 10110110 1010010 10001101 0 110111 10111 11101 101000101 101001 110100

Color Harmonies of #B6528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6528D

Black with #B6528D

Text Example


Text Example

White with #B6528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6528D; }

 p { color: rgb(182,82,141); }

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

background-color css

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

 a { background-color: rgb(182,82,141); }

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

border-color css

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

 span { border-color: rgb(182,82,141); }

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