Html Css Color HEX #B6439B Mulberry

📋 copy color: '#B6439B'

red 182 ◦ green 67 ◦ blue 155

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

Shades of Mulberry #B6439B

Tints of Mulberry #B6439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 45.05%
G = 16.58%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6439B (or 0xB6439B) is known color: Mulberry. HEX triplet: B6, 43 and 9B. RGB value is (182,67,155). Sum of RGB (Red+Green+Blue) = 182+67+155=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6439B is #49BC64. Grayscale: #6F6F6F. Windows color (decimal): -4832357 or 10175414. OLE color: 10175414.

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

Color convert

RGB 182 67 155 -
CMYK 0 0.63 0.15 0.29
HSL 314.09º 0.46% 0.49% -
HSV(B) 314.09º 0.63% 0.71% -
XYZ 27.21 16.33 32.73 -
YUV 111.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 182 67 155 0 0.63 0.15 0.29 314.09 0.46 0.49
Hex B6 43 9B 0 3F F 1D 13A 2E 31
Octal 266 103 233 0 77 17 35 472 56 61
Binary 10110110 1000011 10011011 0 111111 1111 11101 100111010 101110 110001

Color Harmonies of #B6439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6439B

Black with #B6439B

Text Example


Text Example

White with #B6439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6439B; }

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

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

background-color css

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

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

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

border-color css

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

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

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