Html Css Color HEX #B2119B Medium Violet Red

📋 copy color: '#B2119B'

red 178 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #B2119B

Tints of Medium Violet Red #B2119B

RGB

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

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

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

R = 50.86%
G = 4.86%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2119B (or 0xB2119B) is known color: Medium Violet Red. HEX triplet: B2, 11 and 9B. RGB value is (178,17,155). Sum of RGB (Red+Green+Blue) = 178+17+155=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2119B is #4DEE64. Grayscale: #505050. Windows color (decimal): -5107301 or 10162610. OLE color: 10162610.

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

Color convert

RGB 178 17 155 -
CMYK 0 0.90 0.13 0.30
HSL 308.57º 0.83% 0.38% -
HSV(B) 308.57º 0.9% 0.7% -
XYZ 24.48 12.23 32.08 -
YUV 80.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 178 17 155 0 0.90 0.13 0.30 308.57 0.83 0.38
Hex B2 11 9B 0 5A D 1E 135 53 26
Octal 262 21 233 0 132 15 36 465 123 46
Binary 10110010 10001 10011011 0 1011010 1101 11110 100110101 1010011 100110

Color Harmonies of #B2119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2119B

Black with #B2119B

Text Example


Text Example

White with #B2119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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