Html Css Color HEX #B6199A Medium Violet Red

📋 copy color: '#B6199A'

red 182 ◦ green 25 ◦ blue 154

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

Shades of Medium Violet Red #B6199A

Tints of Medium Violet Red #B6199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

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

R = 50.42%
G = 6.93%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6199A (or 0xB6199A) is known color: Medium Violet Red. HEX triplet: B6, 19 and 9A. RGB value is (182,25,154). Sum of RGB (Red+Green+Blue) = 182+25+154=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6199A is #49E665. Grayscale: #565656. Windows color (decimal): -4843110 or 10099126. OLE color: 10099126.

HSL color Cylindrical-coordinate representation of color #B6199A: hue angle of 310.7º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6199A is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 154 -
CMYK 0 0.86 0.15 0.29
HSL 310.7º 0.76% 0.41% -
HSV(B) 310.7º 0.86% 0.71% -
XYZ 25.47 12.97 31.73 -
YUV 86.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 182 25 154 0 0.86 0.15 0.29 310.7 0.76 0.41
Hex B6 19 9A 0 56 F 1D 137 4C 29
Octal 266 31 232 0 126 17 35 467 114 51
Binary 10110110 11001 10011010 0 1010110 1111 11101 100110111 1001100 101001

Color Harmonies of #B6199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6199A

Black with #B6199A

Text Example


Text Example

White with #B6199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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