Html Css Color HEX #B2199C Medium Violet Red

📋 copy color: '#B2199C'

red 178 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #B2199C

Tints of Medium Violet Red #B2199C

RGB

 RED value IS 178 (69.92% from 255) = 49.58%

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

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

R = 49.58%
G = 6.96%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2199C (or 0xB2199C) is known color: Medium Violet Red. HEX triplet: B2, 19 and 9C. RGB value is (178,25,156). Sum of RGB (Red+Green+Blue) = 178+25+156=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2199C is #4DE663. Grayscale: #555555. Windows color (decimal): -5105252 or 10230194. OLE color: 10230194.

HSL color Cylindrical-coordinate representation of color #B2199C: hue angle of 308.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2199C is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 156 -
CMYK 0 0.86 0.12 0.30
HSL 308.63º 0.75% 0.4% -
HSV(B) 308.63º 0.86% 0.7% -
XYZ 24.71 12.56 32.57 -
YUV 85.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 178 25 156 0 0.86 0.12 0.30 308.63 0.75 0.4
Hex B2 19 9C 0 56 C 1E 135 4B 28
Octal 262 31 234 0 126 14 36 465 113 50
Binary 10110010 11001 10011100 0 1010110 1100 11110 100110101 1001011 101000

Color Harmonies of #B2199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2199C

Black with #B2199C

Text Example


Text Example

White with #B2199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2199C; }

 p { color: rgb(178,25,156); }

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

background-color css

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

 a { background-color: rgb(178,25,156); }

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

border-color css

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

 span { border-color: rgb(178,25,156); }

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