Html Css Color HEX #B10380 Medium Violet Red

📋 copy color: '#B10380'

red 177 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #B10380

Tints of Medium Violet Red #B10380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 57.47%
G = 0.97%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B10380 (or 0xB10380) is known color: Medium Violet Red. HEX triplet: B1, 03 and 80. RGB value is (177,3,128). Sum of RGB (Red+Green+Blue) = 177+3+128=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B10380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10380 is #4EFC7F. Grayscale: #444444. Windows color (decimal): -5176448 or 8389553. OLE color: 8389553.

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

Color convert

RGB 177 3 128 -
CMYK 0 0.98 0.28 0.31
HSL 316.9º 0.97% 0.35% -
HSV(B) 316.9º 0.98% 0.69% -
XYZ 22.06 10.97 21.38 -
YUV 69.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 177 3 128 0 0.98 0.28 0.31 316.9 0.97 0.35
Hex B1 3 80 0 62 1C 1F 13D 61 23
Octal 261 3 200 0 142 34 37 475 141 43
Binary 10110001 11 10000000 0 1100010 11100 11111 100111101 1100001 100011

Color Harmonies of #B10380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10380

Black with #B10380

Text Example


Text Example

White with #B10380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10380; }

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

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

background-color css

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

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

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

border-color css

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

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

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