Html Css Color HEX #B10F79 Medium Violet Red

📋 copy color: '#B10F79'

red 177 ◦ green 15 ◦ blue 121

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

Shades of Medium Violet Red #B10F79

Tints of Medium Violet Red #B10F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 56.55%
G = 4.79%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B10F79 (or 0xB10F79) is known color: Medium Violet Red. HEX triplet: B1, 0F and 79. RGB value is (177,15,121). Sum of RGB (Red+Green+Blue) = 177+15+121=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F79 is #4EF086. Grayscale: #4B4B4B. Windows color (decimal): -5173383 or 7933873. OLE color: 7933873.

HSL color Cylindrical-coordinate representation of color #B10F79: hue angle of 320.74º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F79 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 15 121 -
CMYK 0 0.92 0.32 0.31
HSL 320.74º 0.84% 0.38% -
HSV(B) 320.74º 0.92% 0.69% -
XYZ 21.75 11.07 19.08 -
YUV 75.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 177 15 121 0 0.92 0.32 0.31 320.74 0.84 0.38
Hex B1 F 79 0 5C 20 1F 141 54 26
Octal 261 17 171 0 134 40 37 501 124 46
Binary 10110001 1111 1111001 0 1011100 100000 11111 101000001 1010100 100110

Color Harmonies of #B10F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F79

Black with #B10F79

Text Example


Text Example

White with #B10F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F79; }

 p { color: rgb(177,15,121); }

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

background-color css

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

 a { background-color: rgb(177,15,121); }

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

border-color css

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

 span { border-color: rgb(177,15,121); }

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