Html Css Color HEX #B2119E Medium Violet Red

📋 copy color: '#B2119E'

red 178 ◦ green 17 ◦ blue 158

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

Shades of Medium Violet Red #B2119E

Tints of Medium Violet Red #B2119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 50.42%
G = 4.82%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2119E (or 0xB2119E) is known color: Medium Violet Red. HEX triplet: B2, 11 and 9E. RGB value is (178,17,158). Sum of RGB (Red+Green+Blue) = 178+17+158=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2119E is #4DEE61. Grayscale: #505050. Windows color (decimal): -5107298 or 10359218. OLE color: 10359218.

HSL color Cylindrical-coordinate representation of color #B2119E: hue angle of 307.45º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2119E is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 158 -
CMYK 0 0.90 0.11 0.30
HSL 307.45º 0.83% 0.38% -
HSV(B) 307.45º 0.9% 0.7% -
XYZ 24.73 12.33 33.43 -
YUV 81.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 178 17 158 0 0.90 0.11 0.30 307.45 0.83 0.38
Hex B2 11 9E 0 5A B 1E 133 53 26
Octal 262 21 236 0 132 13 36 463 123 46
Binary 10110010 10001 10011110 0 1011010 1011 11110 100110011 1010011 100110

Color Harmonies of #B2119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2119E

Black with #B2119E

Text Example


Text Example

White with #B2119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2119E; }

 p { color: rgb(178,17,158); }

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

background-color css

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

 a { background-color: rgb(178,17,158); }

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

border-color css

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

 span { border-color: rgb(178,17,158); }

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