Html Css Color HEX #B6599D Mulberry

📋 copy color: '#B6599D'

red 182 ◦ green 89 ◦ blue 157

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

Shades of Mulberry #B6599D

Tints of Mulberry #B6599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.79%

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 42.52%
G = 20.79%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6599D (or 0xB6599D) is known color: Mulberry. HEX triplet: B6, 59 and 9D. RGB value is (182,89,157). Sum of RGB (Red+Green+Blue) = 182+89+157=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6599D is #49A662. Grayscale: #7C7C7C. Windows color (decimal): -4826723 or 10312118. OLE color: 10312118.

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

Color convert

RGB 182 89 157 -
CMYK 0 0.51 0.14 0.29
HSL 316.13º 0.39% 0.53% -
HSV(B) 316.13º 0.51% 0.71% -
XYZ 28.95 19.52 34.14 -
YUV 124.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 182 89 157 0 0.51 0.14 0.29 316.13 0.39 0.53
Hex B6 59 9D 0 33 E 1D 13C 27 35
Octal 266 131 235 0 63 16 35 474 47 65
Binary 10110110 1011001 10011101 0 110011 1110 11101 100111100 100111 110101

Color Harmonies of #B6599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6599D

Black with #B6599D

Text Example


Text Example

White with #B6599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6599D; }

 p { color: rgb(182,89,157); }

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

background-color css

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

 a { background-color: rgb(182,89,157); }

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

border-color css

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

 span { border-color: rgb(182,89,157); }

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