Html Css Color HEX #B4199C Medium Violet Red

📋 copy color: '#B4199C'

red 180 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #B4199C

Tints of Medium Violet Red #B4199C

RGB

 RED value IS 180 (70.7% from 255) = 49.86%

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

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

R = 49.86%
G = 6.93%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4199C (or 0xB4199C) is known color: Medium Violet Red. HEX triplet: B4, 19 and 9C. RGB value is (180,25,156). Sum of RGB (Red+Green+Blue) = 180+25+156=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4199C is #4BE663. Grayscale: #555555. Windows color (decimal): -4974180 or 10230196. OLE color: 10230196.

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

Color convert

RGB 180 25 156 -
CMYK 0 0.86 0.13 0.29
HSL 309.29º 0.76% 0.4% -
HSV(B) 309.29º 0.86% 0.71% -
XYZ 25.17 12.8 32.6 -
YUV 86.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 180 25 156 0 0.86 0.13 0.29 309.29 0.76 0.4
Hex B4 19 9C 0 56 D 1D 135 4C 28
Octal 264 31 234 0 126 15 35 465 114 50
Binary 10110100 11001 10011100 0 1010110 1101 11101 100110101 1001100 101000

Color Harmonies of #B4199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4199C

Black with #B4199C

Text Example


Text Example

White with #B4199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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