Html Css Color HEX #B6329A Medium Red Violet

📋 copy color: '#B6329A'

red 182 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #B6329A

Tints of Medium Red Violet #B6329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 47.15%
G = 12.95%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6329A (or 0xB6329A) is known color: Medium Red Violet. HEX triplet: B6, 32 and 9A. RGB value is (182,50,154). Sum of RGB (Red+Green+Blue) = 182+50+154=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6329A is #49CD65. Grayscale: #656565. Windows color (decimal): -4836710 or 10105526. OLE color: 10105526.

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

Color convert

RGB 182 50 154 -
CMYK 0 0.73 0.15 0.29
HSL 312.73º 0.57% 0.45% -
HSV(B) 312.73º 0.73% 0.71% -
XYZ 26.26 14.56 32 -
YUV 101.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 182 50 154 0 0.73 0.15 0.29 312.73 0.57 0.45
Hex B6 32 9A 0 49 F 1D 139 39 2D
Octal 266 62 232 0 111 17 35 471 71 55
Binary 10110110 110010 10011010 0 1001001 1111 11101 100111001 111001 101101

Color Harmonies of #B6329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6329A

Black with #B6329A

Text Example


Text Example

White with #B6329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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