Html Css Color HEX #B6329B Medium Red Violet

📋 copy color: '#B6329B'

red 182 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #B6329B

Tints of Medium Red Violet #B6329B

RGB

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

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

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

R = 47.03%
G = 12.92%
B = 40.05%

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

#B6329B (or 0xB6329B) is known color: Medium Red Violet. HEX triplet: B6, 32 and 9B. RGB value is (182,50,155). Sum of RGB (Red+Green+Blue) = 182+50+155=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6329B is #49CD64. Grayscale: #656565. Windows color (decimal): -4836709 or 10171062. OLE color: 10171062.

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

Color convert

RGB 182 50 155 -
CMYK 0 0.73 0.15 0.29
HSL 312.27º 0.57% 0.45% -
HSV(B) 312.27º 0.73% 0.71% -
XYZ 26.35 14.59 32.44 -
YUV 101.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 182 50 155 0 0.73 0.15 0.29 312.27 0.57 0.45
Hex B6 32 9B 0 49 F 1D 138 39 2D
Octal 266 62 233 0 111 17 35 470 71 55
Binary 10110110 110010 10011011 0 1001001 1111 11101 100111000 111001 101101

Color Harmonies of #B6329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6329B

Black with #B6329B

Text Example


Text Example

White with #B6329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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