Html Css Color HEX #B3119B Medium Violet Red

📋 copy color: '#B3119B'

red 179 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #B3119B

Tints of Medium Violet Red #B3119B

RGB

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

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

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

R = 51%
G = 4.84%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3119B (or 0xB3119B) is known color: Medium Violet Red. HEX triplet: B3, 11 and 9B. RGB value is (179,17,155). Sum of RGB (Red+Green+Blue) = 179+17+155=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3119B is #4CEE64. Grayscale: #505050. Windows color (decimal): -5041765 or 10162611. OLE color: 10162611.

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

Color convert

RGB 179 17 155 -
CMYK 0 0.91 0.13 0.30
HSL 308.89º 0.83% 0.38% -
HSV(B) 308.89º 0.91% 0.7% -
XYZ 24.71 12.35 32.09 -
YUV 81.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 179 17 155 0 0.91 0.13 0.30 308.89 0.83 0.38
Hex B3 11 9B 0 5B D 1E 135 53 26
Octal 263 21 233 0 133 15 36 465 123 46
Binary 10110011 10001 10011011 0 1011011 1101 11110 100110101 1010011 100110

Color Harmonies of #B3119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3119B

Black with #B3119B

Text Example


Text Example

White with #B3119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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