Html Css Color HEX #B10290 Medium Violet Red

📋 copy color: '#B10290'

red 177 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B10290

Tints of Medium Violet Red #B10290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 54.8%
G = 0.62%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B10290 (or 0xB10290) is known color: Medium Violet Red. HEX triplet: B1, 02 and 90. RGB value is (177,2,144). Sum of RGB (Red+Green+Blue) = 177+2+144=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B10290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10290 is #4EFD6F. Grayscale: #464646. Windows color (decimal): -5176688 or 9437873. OLE color: 9437873.

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

Color convert

RGB 177 2 144 -
CMYK 0 0.99 0.19 0.31
HSL 311.31º 0.98% 0.35% -
HSV(B) 311.31º 0.99% 0.69% -
XYZ 23.19 11.4 27.36 -
YUV 70.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 177 2 144 0 0.99 0.19 0.31 311.31 0.98 0.35
Hex B1 2 90 0 63 13 1F 137 62 23
Octal 261 2 220 0 143 23 37 467 142 43
Binary 10110001 10 10010000 0 1100011 10011 11111 100110111 1100010 100011

Color Harmonies of #B10290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10290

Black with #B10290

Text Example


Text Example

White with #B10290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10290; }

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

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

background-color css

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

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

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

border-color css

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

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

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