Html Css Color HEX #B0139D Medium Violet Red

📋 copy color: '#B0139D'

red 176 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #B0139D

Tints of Medium Violet Red #B0139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 50%
G = 5.4%
B = 44.6%

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

#B0139D (or 0xB0139D) is known color: Medium Violet Red. HEX triplet: B0, 13 and 9D. RGB value is (176,19,157). Sum of RGB (Red+Green+Blue) = 176+19+157=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0139D is #4FEC62. Grayscale: #515151. Windows color (decimal): -5237859 or 10294192. OLE color: 10294192.

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

Color convert

RGB 176 19 157 -
CMYK 0 0.89 0.11 0.31
HSL 307.26º 0.81% 0.38% -
HSV(B) 307.26º 0.89% 0.69% -
XYZ 24.22 12.13 32.96 -
YUV 81.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 176 19 157 0 0.89 0.11 0.31 307.26 0.81 0.38
Hex B0 13 9D 0 59 B 1F 133 51 26
Octal 260 23 235 0 131 13 37 463 121 46
Binary 10110000 10011 10011101 0 1011001 1011 11111 100110011 1010001 100110

Color Harmonies of #B0139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0139D

Black with #B0139D

Text Example


Text Example

White with #B0139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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