Html Css Color HEX #B0139C Medium Violet Red

📋 copy color: '#B0139C'

red 176 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #B0139C

Tints of Medium Violet Red #B0139C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 50.14%
G = 5.41%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0139C (or 0xB0139C) is known color: Medium Violet Red. HEX triplet: B0, 13 and 9C. RGB value is (176,19,156). Sum of RGB (Red+Green+Blue) = 176+19+156=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0139C is #4FEC63. Grayscale: #515151. Windows color (decimal): -5237860 or 10228656. OLE color: 10228656.

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

Color convert

RGB 176 19 156 -
CMYK 0 0.89 0.11 0.31
HSL 307.64º 0.81% 0.38% -
HSV(B) 307.64º 0.89% 0.69% -
XYZ 24.14 12.1 32.52 -
YUV 81.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 176 19 156 0 0.89 0.11 0.31 307.64 0.81 0.38
Hex B0 13 9C 0 59 B 1F 134 51 26
Octal 260 23 234 0 131 13 37 464 121 46
Binary 10110000 10011 10011100 0 1011001 1011 11111 100110100 1010001 100110

Color Harmonies of #B0139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0139C

Black with #B0139C

Text Example


Text Example

White with #B0139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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