Html Css Color HEX #B6139A Medium Violet Red

📋 copy color: '#B6139A'

red 182 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #B6139A

Tints of Medium Violet Red #B6139A

RGB

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

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

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

R = 51.27%
G = 5.35%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6139A (or 0xB6139A) is known color: Medium Violet Red. HEX triplet: B6, 13 and 9A. RGB value is (182,19,154). Sum of RGB (Red+Green+Blue) = 182+19+154=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6139A is #49EC65. Grayscale: #525252. Windows color (decimal): -4844646 or 10097590. OLE color: 10097590.

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

Color convert

RGB 182 19 154 -
CMYK 0 0.90 0.15 0.29
HSL 310.31º 0.81% 0.39% -
HSV(B) 310.31º 0.9% 0.71% -
XYZ 25.36 12.74 31.7 -
YUV 83.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 182 19 154 0 0.90 0.15 0.29 310.31 0.81 0.39
Hex B6 13 9A 0 5A F 1D 136 51 27
Octal 266 23 232 0 132 17 35 466 121 47
Binary 10110110 10011 10011010 0 1011010 1111 11101 100110110 1010001 100111

Color Harmonies of #B6139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6139A

Black with #B6139A

Text Example


Text Example

White with #B6139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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