Html Css Color HEX #B2198F Medium Violet Red

📋 copy color: '#B2198F'

red 178 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #B2198F

Tints of Medium Violet Red #B2198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.33%

R = 51.45%
G = 7.23%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2198F (or 0xB2198F) is known color: Medium Violet Red. HEX triplet: B2, 19 and 8F. RGB value is (178,25,143). Sum of RGB (Red+Green+Blue) = 178+25+143=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2198F is #4DE670. Grayscale: #535353. Windows color (decimal): -5105265 or 9378226. OLE color: 9378226.

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

Color convert

RGB 178 25 143 -
CMYK 0 0.86 0.20 0.30
HSL 313.73º 0.75% 0.4% -
HSV(B) 313.73º 0.86% 0.7% -
XYZ 23.67 12.14 27.08 -
YUV 84.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 178 25 143 0 0.86 0.20 0.30 313.73 0.75 0.4
Hex B2 19 8F 0 56 14 1E 13A 4B 28
Octal 262 31 217 0 126 24 36 472 113 50
Binary 10110010 11001 10001111 0 1010110 10100 11110 100111010 1001011 101000

Color Harmonies of #B2198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2198F

Black with #B2198F

Text Example


Text Example

White with #B2198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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