Html Css Color HEX #B6568D Mulberry

📋 copy color: '#B6568D'

red 182 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #B6568D

Tints of Mulberry #B6568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.03%

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

R = 44.5%
G = 21.03%
B = 34.47%

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

#B6568D (or 0xB6568D) is known color: Mulberry. HEX triplet: B6, 56 and 8D. RGB value is (182,86,141). Sum of RGB (Red+Green+Blue) = 182+86+141=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6568D is #49A972. Grayscale: #787878. Windows color (decimal): -4827507 or 9262774. OLE color: 9262774.

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

Color convert

RGB 182 86 141 -
CMYK 0 0.53 0.23 0.29
HSL 325.63º 0.4% 0.53% -
HSV(B) 325.63º 0.53% 0.71% -
XYZ 27.43 18.52 27.33 -
YUV 120.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 182 86 141 0 0.53 0.23 0.29 325.63 0.4 0.53
Hex B6 56 8D 0 35 17 1D 146 28 35
Octal 266 126 215 0 65 27 35 506 50 65
Binary 10110110 1010110 10001101 0 110101 10111 11101 101000110 101000 110101

Color Harmonies of #B6568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6568D

Black with #B6568D

Text Example


Text Example

White with #B6568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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