Html Css Color HEX #B10F95 Medium Violet Red

📋 copy color: '#B10F95'

red 177 ◦ green 15 ◦ blue 149

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

Shades of Medium Violet Red #B10F95

Tints of Medium Violet Red #B10F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 51.91%
G = 4.4%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B10F95 (or 0xB10F95) is known color: Medium Violet Red. HEX triplet: B1, 0F and 95. RGB value is (177,15,149). Sum of RGB (Red+Green+Blue) = 177+15+149=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10F95 is #4EF06A. Grayscale: #4E4E4E. Windows color (decimal): -5173355 or 9768881. OLE color: 9768881.

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

Color convert

RGB 177 15 149 -
CMYK 0 0.92 0.16 0.31
HSL 310.37º 0.84% 0.38% -
HSV(B) 310.37º 0.92% 0.69% -
XYZ 23.73 11.86 29.47 -
YUV 78.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 177 15 149 0 0.92 0.16 0.31 310.37 0.84 0.38
Hex B1 F 95 0 5C 10 1F 136 54 26
Octal 261 17 225 0 134 20 37 466 124 46
Binary 10110001 1111 10010101 0 1011100 10000 11111 100110110 1010100 100110

Color Harmonies of #B10F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F95

Black with #B10F95

Text Example


Text Example

White with #B10F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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