Html Css Color HEX #B3139F Medium Violet Red

📋 copy color: '#B3139F'

red 179 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #B3139F

Tints of Medium Violet Red #B3139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.32%

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 50.14%
G = 5.32%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3139F (or 0xB3139F) is known color: Medium Violet Red. HEX triplet: B3, 13 and 9F. RGB value is (179,19,159). Sum of RGB (Red+Green+Blue) = 179+19+159=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3139F is #4CEC60. Grayscale: #525252. Windows color (decimal): -5041249 or 10425267. OLE color: 10425267.

HSL color Cylindrical-coordinate representation of color #B3139F: hue angle of 307.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3139F is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 159 -
CMYK 0 0.89 0.11 0.30
HSL 307.5º 0.81% 0.39% -
HSV(B) 307.5º 0.89% 0.7% -
XYZ 25.08 12.55 33.9 -
YUV 82.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 179 19 159 0 0.89 0.11 0.30 307.5 0.81 0.39
Hex B3 13 9F 0 59 B 1E 134 51 27
Octal 263 23 237 0 131 13 36 464 121 47
Binary 10110011 10011 10011111 0 1011001 1011 11110 100110100 1010001 100111

Color Harmonies of #B3139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3139F

Black with #B3139F

Text Example


Text Example

White with #B3139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3139F; }

 p { color: rgb(179,19,159); }

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

background-color css

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

 a { background-color: rgb(179,19,159); }

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

border-color css

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

 span { border-color: rgb(179,19,159); }

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