Html Css Color HEX #B0129B Medium Violet Red

📋 copy color: '#B0129B'

red 176 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #B0129B

Tints of Medium Violet Red #B0129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 50.43%
G = 5.16%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0129B (or 0xB0129B) is known color: Medium Violet Red. HEX triplet: B0, 12 and 9B. RGB value is (176,18,155). Sum of RGB (Red+Green+Blue) = 176+18+155=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0129B is #4FED64. Grayscale: #505050. Windows color (decimal): -5238117 or 10162864. OLE color: 10162864.

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

Color convert

RGB 176 18 155 -
CMYK 0 0.90 0.12 0.31
HSL 307.97º 0.81% 0.38% -
HSV(B) 307.97º 0.9% 0.69% -
XYZ 24.04 12.03 32.07 -
YUV 80.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 176 18 155 0 0.90 0.12 0.31 307.97 0.81 0.38
Hex B0 12 9B 0 5A C 1F 134 51 26
Octal 260 22 233 0 132 14 37 464 121 46
Binary 10110000 10010 10011011 0 1011010 1100 11111 100110100 1010001 100110

Color Harmonies of #B0129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0129B

Black with #B0129B

Text Example


Text Example

White with #B0129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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