Html Css Color HEX #B3119E Medium Violet Red

📋 copy color: '#B3119E'

red 179 ◦ green 17 ◦ blue 158

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

Shades of Medium Violet Red #B3119E

Tints of Medium Violet Red #B3119E

RGB

 RED value IS 179 (70.31% from 255) = 50.56%

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

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

R = 50.56%
G = 4.8%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3119E (or 0xB3119E) is known color: Medium Violet Red. HEX triplet: B3, 11 and 9E. RGB value is (179,17,158). Sum of RGB (Red+Green+Blue) = 179+17+158=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3119E is #4CEE61. Grayscale: #515151. Windows color (decimal): -5041762 or 10359219. OLE color: 10359219.

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

Color convert

RGB 179 17 158 -
CMYK 0 0.91 0.12 0.30
HSL 307.78º 0.83% 0.38% -
HSV(B) 307.78º 0.91% 0.7% -
XYZ 24.96 12.45 33.44 -
YUV 81.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 179 17 158 0 0.91 0.12 0.30 307.78 0.83 0.38
Hex B3 11 9E 0 5B C 1E 134 53 26
Octal 263 21 236 0 133 14 36 464 123 46
Binary 10110011 10001 10011110 0 1011011 1100 11110 100110100 1010011 100110

Color Harmonies of #B3119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3119E

Black with #B3119E

Text Example


Text Example

White with #B3119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3119E; }

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

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

background-color css

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

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

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

border-color css

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

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

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