Html Css Color HEX #B6558D Mulberry

📋 copy color: '#B6558D'

red 182 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #B6558D

Tints of Mulberry #B6558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

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

R = 44.61%
G = 20.83%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6558D (or 0xB6558D) is known color: Mulberry. HEX triplet: B6, 55 and 8D. RGB value is (182,85,141). Sum of RGB (Red+Green+Blue) = 182+85+141=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6558D is #49AA72. Grayscale: #787878. Windows color (decimal): -4827763 or 9262518. OLE color: 9262518.

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

Color convert

RGB 182 85 141 -
CMYK 0 0.53 0.23 0.29
HSL 325.36º 0.4% 0.52% -
HSV(B) 325.36º 0.53% 0.71% -
XYZ 27.35 18.37 27.3 -
YUV 120.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 182 85 141 0 0.53 0.23 0.29 325.36 0.4 0.52
Hex B6 55 8D 0 35 17 1D 145 28 34
Octal 266 125 215 0 65 27 35 505 50 64
Binary 10110110 1010101 10001101 0 110101 10111 11101 101000101 101000 110100

Color Harmonies of #B6558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6558D

Black with #B6558D

Text Example


Text Example

White with #B6558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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