Html Css Color HEX #B6489E Mulberry

📋 copy color: '#B6489E'

red 182 ◦ green 72 ◦ blue 158

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

Shades of Mulberry #B6489E

Tints of Mulberry #B6489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.48%

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 44.17%
G = 17.48%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6489E (or 0xB6489E) is known color: Mulberry. HEX triplet: B6, 48 and 9E. RGB value is (182,72,158). Sum of RGB (Red+Green+Blue) = 182+72+158=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B6489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6489E is #49B761. Grayscale: #727272. Windows color (decimal): -4831074 or 10373302. OLE color: 10373302.

HSL color Cylindrical-coordinate representation of color #B6489E: hue angle of 313.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6489E is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 158 -
CMYK 0 0.60 0.13 0.29
HSL 313.09º 0.43% 0.5% -
HSV(B) 313.09º 0.6% 0.71% -
XYZ 27.78 17.05 34.17 -
YUV 114.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 182 72 158 0 0.60 0.13 0.29 313.09 0.43 0.5
Hex B6 48 9E 0 3C D 1D 139 2B 32
Octal 266 110 236 0 74 15 35 471 53 62
Binary 10110110 1001000 10011110 0 111100 1101 11101 100111001 101011 110010

Color Harmonies of #B6489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6489E

Black with #B6489E

Text Example


Text Example

White with #B6489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6489E; }

 p { color: rgb(182,72,158); }

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

background-color css

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

 a { background-color: rgb(182,72,158); }

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

border-color css

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

 span { border-color: rgb(182,72,158); }

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