Html Css Color HEX #B6558F Mulberry

📋 copy color: '#B6558F'

red 182 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #B6558F

Tints of Mulberry #B6558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 44.39%
G = 20.73%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6558F (or 0xB6558F) is known color: Mulberry. HEX triplet: B6, 55 and 8F. RGB value is (182,85,143). Sum of RGB (Red+Green+Blue) = 182+85+143=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6558F is #49AA70. Grayscale: #787878. Windows color (decimal): -4827761 or 9393590. OLE color: 9393590.

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

Color convert

RGB 182 85 143 -
CMYK 0 0.53 0.21 0.29
HSL 324.12º 0.4% 0.52% -
HSV(B) 324.12º 0.53% 0.71% -
XYZ 27.5 18.43 28.09 -
YUV 120.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 182 85 143 0 0.53 0.21 0.29 324.12 0.4 0.52
Hex B6 55 8F 0 35 15 1D 144 28 34
Octal 266 125 217 0 65 25 35 504 50 64
Binary 10110110 1010101 10001111 0 110101 10101 11101 101000100 101000 110100

Color Harmonies of #B6558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6558F

Black with #B6558F

Text Example


Text Example

White with #B6558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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