Html Css Color HEX #B2119D Medium Violet Red

📋 copy color: '#B2119D'

red 178 ◦ green 17 ◦ blue 157

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

Shades of Medium Violet Red #B2119D

Tints of Medium Violet Red #B2119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 50.57%
G = 4.83%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2119D (or 0xB2119D) is known color: Medium Violet Red. HEX triplet: B2, 11 and 9D. RGB value is (178,17,157). Sum of RGB (Red+Green+Blue) = 178+17+157=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2119D is #4DEE62. Grayscale: #505050. Windows color (decimal): -5107299 or 10293682. OLE color: 10293682.

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

Color convert

RGB 178 17 157 -
CMYK 0 0.90 0.12 0.30
HSL 307.83º 0.83% 0.38% -
HSV(B) 307.83º 0.9% 0.7% -
XYZ 24.65 12.3 32.97 -
YUV 81.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 178 17 157 0 0.90 0.12 0.30 307.83 0.83 0.38
Hex B2 11 9D 0 5A C 1E 134 53 26
Octal 262 21 235 0 132 14 36 464 123 46
Binary 10110010 10001 10011101 0 1011010 1100 11110 100110100 1010011 100110

Color Harmonies of #B2119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2119D

Black with #B2119D

Text Example


Text Example

White with #B2119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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