Html Css Color HEX #B6139C Medium Violet Red

📋 copy color: '#B6139C'

red 182 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #B6139C

Tints of Medium Violet Red #B6139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.32%

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

R = 50.98%
G = 5.32%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6139C (or 0xB6139C) is known color: Medium Violet Red. HEX triplet: B6, 13 and 9C. RGB value is (182,19,156). Sum of RGB (Red+Green+Blue) = 182+19+156=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6139C is #49EC63. Grayscale: #525252. Windows color (decimal): -4844644 or 10228662. OLE color: 10228662.

HSL color Cylindrical-coordinate representation of color #B6139C: hue angle of 309.57º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6139C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 156 -
CMYK 0 0.90 0.14 0.29
HSL 309.57º 0.81% 0.39% -
HSV(B) 309.57º 0.9% 0.71% -
XYZ 25.53 12.81 32.58 -
YUV 83.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 182 19 156 0 0.90 0.14 0.29 309.57 0.81 0.39
Hex B6 13 9C 0 5A E 1D 136 51 27
Octal 266 23 234 0 132 16 35 466 121 47
Binary 10110110 10011 10011100 0 1011010 1110 11101 100110110 1010001 100111

Color Harmonies of #B6139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6139C

Black with #B6139C

Text Example


Text Example

White with #B6139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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