Html Css Color HEX #B0129E Medium Violet Red

📋 copy color: '#B0129E'

red 176 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #B0129E

Tints of Medium Violet Red #B0129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

 BLUE value IS 158 (62.11% from 255) = 44.89%

R = 50%
G = 5.11%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0129E (or 0xB0129E) is known color: Medium Violet Red. HEX triplet: B0, 12 and 9E. RGB value is (176,18,158). Sum of RGB (Red+Green+Blue) = 176+18+158=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0129E is #4FED61. Grayscale: #505050. Windows color (decimal): -5238114 or 10359472. OLE color: 10359472.

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

Color convert

RGB 176 18 158 -
CMYK 0 0.90 0.10 0.31
HSL 306.84º 0.81% 0.38% -
HSV(B) 306.84º 0.9% 0.69% -
XYZ 24.29 12.13 33.41 -
YUV 81.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 176 18 158 0 0.90 0.10 0.31 306.84 0.81 0.38
Hex B0 12 9E 0 5A A 1F 133 51 26
Octal 260 22 236 0 132 12 37 463 121 46
Binary 10110000 10010 10011110 0 1011010 1010 11111 100110011 1010001 100110

Color Harmonies of #B0129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0129E

Black with #B0129E

Text Example


Text Example

White with #B0129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0129E; }

 p { color: rgb(176,18,158); }

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

background-color css

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

 a { background-color: rgb(176,18,158); }

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

border-color css

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

 span { border-color: rgb(176,18,158); }

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