Html Css Color HEX #B10C91 Medium Violet Red

📋 copy color: '#B10C91'

red 177 ◦ green 12 ◦ blue 145

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

Shades of Medium Violet Red #B10C91

Tints of Medium Violet Red #B10C91

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 52.99%
G = 3.59%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10C91 (or 0xB10C91) is known color: Medium Violet Red. HEX triplet: B1, 0C and 91. RGB value is (177,12,145). Sum of RGB (Red+Green+Blue) = 177+12+145=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C91 is #4EF36E. Grayscale: #4C4C4C. Windows color (decimal): -5174127 or 9505969. OLE color: 9505969.

HSL color Cylindrical-coordinate representation of color #B10C91: hue angle of 311.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C91 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 12 145 -
CMYK 0 0.93 0.18 0.31
HSL 311.64º 0.87% 0.37% -
HSV(B) 311.64º 0.93% 0.69% -
XYZ 23.37 11.65 27.81 -
YUV 76.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 177 12 145 0 0.93 0.18 0.31 311.64 0.87 0.37
Hex B1 C 91 0 5D 12 1F 138 57 25
Octal 261 14 221 0 135 22 37 470 127 45
Binary 10110001 1100 10010001 0 1011101 10010 11111 100111000 1010111 100101

Color Harmonies of #B10C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C91

Black with #B10C91

Text Example


Text Example

White with #B10C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C91; }

 p { color: rgb(177,12,145); }

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

background-color css

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

 a { background-color: rgb(177,12,145); }

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

border-color css

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

 span { border-color: rgb(177,12,145); }

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