Html Css Color HEX #B0139A Medium Violet Red

📋 copy color: '#B0139A'

red 176 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #B0139A

Tints of Medium Violet Red #B0139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 50.43%
G = 5.44%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0139A (or 0xB0139A) is known color: Medium Violet Red. HEX triplet: B0, 13 and 9A. RGB value is (176,19,154). Sum of RGB (Red+Green+Blue) = 176+19+154=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0139A is #4FEC65. Grayscale: #505050. Windows color (decimal): -5237862 or 10097584. OLE color: 10097584.

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

Color convert

RGB 176 19 154 -
CMYK 0 0.89 0.12 0.31
HSL 308.41º 0.81% 0.38% -
HSV(B) 308.41º 0.89% 0.69% -
XYZ 23.97 12.03 31.63 -
YUV 81.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 176 19 154 0 0.89 0.12 0.31 308.41 0.81 0.38
Hex B0 13 9A 0 59 C 1F 134 51 26
Octal 260 23 232 0 131 14 37 464 121 46
Binary 10110000 10011 10011010 0 1011001 1100 11111 100110100 1010001 100110

Color Harmonies of #B0139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0139A

Black with #B0139A

Text Example


Text Example

White with #B0139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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