Html Css Color HEX #B6429E Mulberry

📋 copy color: '#B6429E'

red 182 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #B6429E

Tints of Mulberry #B6429E

RGB

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

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

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

R = 44.83%
G = 16.26%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6429E (or 0xB6429E) is known color: Mulberry. HEX triplet: B6, 42 and 9E. RGB value is (182,66,158). Sum of RGB (Red+Green+Blue) = 182+66+158=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6429E is #49BD61. Grayscale: #6E6E6E. Windows color (decimal): -4832610 or 10371766. OLE color: 10371766.

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

Color convert

RGB 182 66 158 -
CMYK 0 0.64 0.13 0.29
HSL 312.41º 0.47% 0.49% -
HSV(B) 312.41º 0.64% 0.71% -
XYZ 27.41 16.31 34.05 -
YUV 111.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 182 66 158 0 0.64 0.13 0.29 312.41 0.47 0.49
Hex B6 42 9E 0 40 D 1D 138 2F 31
Octal 266 102 236 0 100 15 35 470 57 61
Binary 10110110 1000010 10011110 0 1000000 1101 11101 100111000 101111 110001

Color Harmonies of #B6429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6429E

Black with #B6429E

Text Example


Text Example

White with #B6429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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