Html Css Color HEX #B0127C Medium Violet Red

📋 copy color: '#B0127C'

red 176 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #B0127C

Tints of Medium Violet Red #B0127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 55.35%
G = 5.66%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0127C (or 0xB0127C) is known color: Medium Violet Red. HEX triplet: B0, 12 and 7C. RGB value is (176,18,124). Sum of RGB (Red+Green+Blue) = 176+18+124=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0127C is #4FED83. Grayscale: #4D4D4D. Windows color (decimal): -5238148 or 8131248. OLE color: 8131248.

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

Color convert

RGB 176 18 124 -
CMYK 0 0.90 0.30 0.31
HSL 319.75º 0.81% 0.38% -
HSV(B) 319.75º 0.9% 0.69% -
XYZ 21.76 11.12 20.07 -
YUV 77.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 176 18 124 0 0.90 0.30 0.31 319.75 0.81 0.38
Hex B0 12 7C 0 5A 1E 1F 140 51 26
Octal 260 22 174 0 132 36 37 500 121 46
Binary 10110000 10010 1111100 0 1011010 11110 11111 101000000 1010001 100110

Color Harmonies of #B0127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0127C

Black with #B0127C

Text Example


Text Example

White with #B0127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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