Html Css Color HEX #B2199B Medium Violet Red

📋 copy color: '#B2199B'

red 178 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #B2199B

Tints of Medium Violet Red #B2199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 49.72%
G = 6.98%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2199B (or 0xB2199B) is known color: Medium Violet Red. HEX triplet: B2, 19 and 9B. RGB value is (178,25,155). Sum of RGB (Red+Green+Blue) = 178+25+155=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2199B is #4DE664. Grayscale: #555555. Windows color (decimal): -5105253 or 10164658. OLE color: 10164658.

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

Color convert

RGB 178 25 155 -
CMYK 0 0.86 0.13 0.30
HSL 309.02º 0.75% 0.4% -
HSV(B) 309.02º 0.86% 0.7% -
XYZ 24.62 12.53 32.13 -
YUV 85.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 178 25 155 0 0.86 0.13 0.30 309.02 0.75 0.4
Hex B2 19 9B 0 56 D 1E 135 4B 28
Octal 262 31 233 0 126 15 36 465 113 50
Binary 10110010 11001 10011011 0 1010110 1101 11110 100110101 1001011 101000

Color Harmonies of #B2199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2199B

Black with #B2199B

Text Example


Text Example

White with #B2199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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