Html Css Color HEX #B10D90 Medium Violet Red

📋 copy color: '#B10D90'

red 177 ◦ green 13 ◦ blue 144

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

Shades of Medium Violet Red #B10D90

Tints of Medium Violet Red #B10D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.89%

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 52.99%
G = 3.89%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B10D90 (or 0xB10D90) is known color: Medium Violet Red. HEX triplet: B1, 0D and 90. RGB value is (177,13,144). Sum of RGB (Red+Green+Blue) = 177+13+144=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D90 is #4EF26F. Grayscale: #4C4C4C. Windows color (decimal): -5173872 or 9440689. OLE color: 9440689.

HSL color Cylindrical-coordinate representation of color #B10D90: hue angle of 312.07º degrees, saturation: 0.86, 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 #B10D90 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 13 144 -
CMYK 0 0.93 0.19 0.31
HSL 312.07º 0.86% 0.37% -
HSV(B) 312.07º 0.93% 0.69% -
XYZ 23.31 11.65 27.41 -
YUV 76.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 177 13 144 0 0.93 0.19 0.31 312.07 0.86 0.37
Hex B1 D 90 0 5D 13 1F 138 56 25
Octal 261 15 220 0 135 23 37 470 126 45
Binary 10110001 1101 10010000 0 1011101 10011 11111 100111000 1010110 100101

Color Harmonies of #B10D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10D90

Black with #B10D90

Text Example


Text Example

White with #B10D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10D90; }

 p { color: rgb(177,13,144); }

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

background-color css

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

 a { background-color: rgb(177,13,144); }

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

border-color css

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

 span { border-color: rgb(177,13,144); }

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