Html Css Color HEX #B2199D Medium Violet Red

📋 copy color: '#B2199D'

red 178 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #B2199D

Tints of Medium Violet Red #B2199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 49.44%
G = 6.94%
B = 43.61%

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

#B2199D (or 0xB2199D) is known color: Medium Violet Red. HEX triplet: B2, 19 and 9D. RGB value is (178,25,157). Sum of RGB (Red+Green+Blue) = 178+25+157=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2199D is #4DE662. Grayscale: #555555. Windows color (decimal): -5105251 or 10295730. OLE color: 10295730.

HSL color Cylindrical-coordinate representation of color #B2199D: hue angle of 308.24º 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 #B2199D is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 157 -
CMYK 0 0.86 0.12 0.30
HSL 308.24º 0.75% 0.4% -
HSV(B) 308.24º 0.86% 0.7% -
XYZ 24.79 12.59 33.02 -
YUV 85.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 178 25 157 0 0.86 0.12 0.30 308.24 0.75 0.4
Hex B2 19 9D 0 56 C 1E 134 4B 28
Octal 262 31 235 0 126 14 36 464 113 50
Binary 10110010 11001 10011101 0 1010110 1100 11110 100110100 1001011 101000

Color Harmonies of #B2199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2199D

Black with #B2199D

Text Example


Text Example

White with #B2199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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