Html Css Color HEX #B0128C Medium Violet Red

📋 copy color: '#B0128C'

red 176 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #B0128C

Tints of Medium Violet Red #B0128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 52.69%
G = 5.39%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0128C (or 0xB0128C) is known color: Medium Violet Red. HEX triplet: B0, 12 and 8C. RGB value is (176,18,140). Sum of RGB (Red+Green+Blue) = 176+18+140=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0128C is #4FED73. Grayscale: #4E4E4E. Windows color (decimal): -5238132 or 9179824. OLE color: 9179824.

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

Color convert

RGB 176 18 140 -
CMYK 0 0.90 0.20 0.31
HSL 313.67º 0.81% 0.38% -
HSV(B) 313.67º 0.9% 0.69% -
XYZ 22.85 11.56 25.84 -
YUV 79.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 176 18 140 0 0.90 0.20 0.31 313.67 0.81 0.38
Hex B0 12 8C 0 5A 14 1F 13A 51 26
Octal 260 22 214 0 132 24 37 472 121 46
Binary 10110000 10010 10001100 0 1011010 10100 11111 100111010 1010001 100110

Color Harmonies of #B0128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0128C

Black with #B0128C

Text Example


Text Example

White with #B0128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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