Html Css Color HEX #B10280 Medium Violet Red

📋 copy color: '#B10280'

red 177 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #B10280

Tints of Medium Violet Red #B10280

RGB

 RED value IS 177 (69.53% from 255) = 57.65%

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 57.65%
G = 0.65%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B10280 (or 0xB10280) is known color: Medium Violet Red. HEX triplet: B1, 02 and 80. RGB value is (177,2,128). Sum of RGB (Red+Green+Blue) = 177+2+128=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B10280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10280 is #4EFD7F. Grayscale: #444444. Windows color (decimal): -5176704 or 8389297. OLE color: 8389297.

HSL color Cylindrical-coordinate representation of color #B10280: hue angle of 316.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10280 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 128 -
CMYK 0 0.99 0.28 0.31
HSL 316.8º 0.98% 0.35% -
HSV(B) 316.8º 0.99% 0.69% -
XYZ 22.05 10.95 21.37 -
YUV 68.69 161.48 205.25 -
System Red Green Blue C M Y K H S L
Decimal 177 2 128 0 0.99 0.28 0.31 316.8 0.98 0.35
Hex B1 2 80 0 63 1C 1F 13D 62 23
Octal 261 2 200 0 143 34 37 475 142 43
Binary 10110001 10 10000000 0 1100011 11100 11111 100111101 1100010 100011

Color Harmonies of #B10280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10280

Black with #B10280

Text Example


Text Example

White with #B10280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10280; }

 p { color: rgb(177,2,128); }

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

background-color css

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

 a { background-color: rgb(177,2,128); }

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

border-color css

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

 span { border-color: rgb(177,2,128); }

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