Html Css Color HEX #B6439D Mulberry

📋 copy color: '#B6439D'

red 182 ◦ green 67 ◦ blue 157

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

Shades of Mulberry #B6439D

Tints of Mulberry #B6439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

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

R = 44.83%
G = 16.5%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6439D (or 0xB6439D) is known color: Mulberry. HEX triplet: B6, 43 and 9D. RGB value is (182,67,157). Sum of RGB (Red+Green+Blue) = 182+67+157=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6439D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6439D is #49BC62. Grayscale: #6F6F6F. Windows color (decimal): -4832355 or 10306486. OLE color: 10306486.

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

Color convert

RGB 182 67 157 -
CMYK 0 0.63 0.14 0.29
HSL 313.04º 0.46% 0.49% -
HSV(B) 313.04º 0.63% 0.71% -
XYZ 27.38 16.39 33.62 -
YUV 111.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 182 67 157 0 0.63 0.14 0.29 313.04 0.46 0.49
Hex B6 43 9D 0 3F E 1D 139 2E 31
Octal 266 103 235 0 77 16 35 471 56 61
Binary 10110110 1000011 10011101 0 111111 1110 11101 100111001 101110 110001

Color Harmonies of #B6439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6439D

Black with #B6439D

Text Example


Text Example

White with #B6439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6439D; }

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

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

background-color css

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

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

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

border-color css

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

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

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