Html Css Color HEX #B6429B Mulberry

📋 copy color: '#B6429B'

red 182 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #B6429B

Tints of Mulberry #B6429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

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

R = 45.16%
G = 16.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6429B (or 0xB6429B) is known color: Mulberry. HEX triplet: B6, 42 and 9B. RGB value is (182,66,155). Sum of RGB (Red+Green+Blue) = 182+66+155=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6429B is #49BD64. Grayscale: #6E6E6E. Windows color (decimal): -4832613 or 10175158. OLE color: 10175158.

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

Color convert

RGB 182 66 155 -
CMYK 0 0.64 0.15 0.29
HSL 313.97º 0.47% 0.49% -
HSV(B) 313.97º 0.64% 0.71% -
XYZ 27.16 16.21 32.71 -
YUV 110.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 182 66 155 0 0.64 0.15 0.29 313.97 0.47 0.49
Hex B6 42 9B 0 40 F 1D 13A 2F 31
Octal 266 102 233 0 100 17 35 472 57 61
Binary 10110110 1000010 10011011 0 1000000 1111 11101 100111010 101111 110001

Color Harmonies of #B6429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6429B

Black with #B6429B

Text Example


Text Example

White with #B6429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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