Html Css Color HEX #B6329E Medium Red Violet

📋 copy color: '#B6329E'

red 182 ◦ green 50 ◦ blue 158

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

Shades of Medium Red Violet #B6329E

Tints of Medium Red Violet #B6329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 46.67%
G = 12.82%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6329E (or 0xB6329E) is known color: Medium Red Violet. HEX triplet: B6, 32 and 9E. RGB value is (182,50,158). Sum of RGB (Red+Green+Blue) = 182+50+158=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6329E is #49CD61. Grayscale: #656565. Windows color (decimal): -4836706 or 10367670. OLE color: 10367670.

HSL color Cylindrical-coordinate representation of color #B6329E: hue angle of 310.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6329E is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 158 -
CMYK 0 0.73 0.13 0.29
HSL 310.91º 0.57% 0.45% -
HSV(B) 310.91º 0.73% 0.71% -
XYZ 26.6 14.69 33.78 -
YUV 101.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 182 50 158 0 0.73 0.13 0.29 310.91 0.57 0.45
Hex B6 32 9E 0 49 D 1D 137 39 2D
Octal 266 62 236 0 111 15 35 467 71 55
Binary 10110110 110010 10011110 0 1001001 1101 11101 100110111 111001 101101

Color Harmonies of #B6329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6329E

Black with #B6329E

Text Example


Text Example

White with #B6329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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