Html Css Color HEX #B2198A Medium Violet Red

📋 copy color: '#B2198A'

red 178 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #B2198A

Tints of Medium Violet Red #B2198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 52.2%
G = 7.33%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2198A (or 0xB2198A) is known color: Medium Violet Red. HEX triplet: B2, 19 and 8A. RGB value is (178,25,138). Sum of RGB (Red+Green+Blue) = 178+25+138=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2198A is #4DE675. Grayscale: #535353. Windows color (decimal): -5105270 or 9050546. OLE color: 9050546.

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

Color convert

RGB 178 25 138 -
CMYK 0 0.86 0.22 0.30
HSL 315.69º 0.75% 0.4% -
HSV(B) 315.69º 0.86% 0.7% -
XYZ 23.3 12 25.13 -
YUV 83.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 178 25 138 0 0.86 0.22 0.30 315.69 0.75 0.4
Hex B2 19 8A 0 56 16 1E 13C 4B 28
Octal 262 31 212 0 126 26 36 474 113 50
Binary 10110010 11001 10001010 0 1010110 10110 11110 100111100 1001011 101000

Color Harmonies of #B2198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2198A

Black with #B2198A

Text Example


Text Example

White with #B2198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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