Html Css Color HEX #B0139F Medium Violet Red

📋 copy color: '#B0139F'

red 176 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #B0139F

Tints of Medium Violet Red #B0139F

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

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

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

R = 49.72%
G = 5.37%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0139F (or 0xB0139F) is known color: Medium Violet Red. HEX triplet: B0, 13 and 9F. RGB value is (176,19,159). Sum of RGB (Red+Green+Blue) = 176+19+159=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0139F is #4FEC60. Grayscale: #515151. Windows color (decimal): -5237857 or 10425264. OLE color: 10425264.

HSL color Cylindrical-coordinate representation of color #B0139F: hue angle of 306.5º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0139F is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 159 -
CMYK 0 0.89 0.10 0.31
HSL 306.5º 0.81% 0.38% -
HSV(B) 306.5º 0.89% 0.69% -
XYZ 24.4 12.2 33.87 -
YUV 81.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 176 19 159 0 0.89 0.10 0.31 306.5 0.81 0.38
Hex B0 13 9F 0 59 A 1F 132 51 26
Octal 260 23 237 0 131 12 37 462 121 46
Binary 10110000 10011 10011111 0 1011001 1010 11111 100110010 1010001 100110

Color Harmonies of #B0139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0139F

Black with #B0139F

Text Example


Text Example

White with #B0139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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