Html Css Color HEX #B6209C Medium Violet Red

📋 copy color: '#B6209C'

red 182 ◦ green 32 ◦ blue 156

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

Shades of Medium Violet Red #B6209C

Tints of Medium Violet Red #B6209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 49.19%
G = 8.65%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6209C (or 0xB6209C) is known color: Medium Violet Red. HEX triplet: B6, 20 and 9C. RGB value is (182,32,156). Sum of RGB (Red+Green+Blue) = 182+32+156=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6209C is #49DF63. Grayscale: #5A5A5A. Windows color (decimal): -4841316 or 10231990. OLE color: 10231990.

HSL color Cylindrical-coordinate representation of color #B6209C: hue angle of 310.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6209C is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 156 -
CMYK 0 0.82 0.14 0.29
HSL 310.4º 0.7% 0.42% -
HSV(B) 310.4º 0.82% 0.71% -
XYZ 25.81 13.38 32.67 -
YUV 90.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 182 32 156 0 0.82 0.14 0.29 310.4 0.7 0.42
Hex B6 20 9C 0 52 E 1D 136 46 2A
Octal 266 40 234 0 122 16 35 466 106 52
Binary 10110110 100000 10011100 0 1010010 1110 11101 100110110 1000110 101010

Color Harmonies of #B6209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6209C

Black with #B6209C

Text Example


Text Example

White with #B6209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6209C; }

 p { color: rgb(182,32,156); }

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

background-color css

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

 a { background-color: rgb(182,32,156); }

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

border-color css

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

 span { border-color: rgb(182,32,156); }

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