Html Css Color HEX #B10490 Medium Violet Red

📋 copy color: '#B10490'

red 177 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #B10490

Tints of Medium Violet Red #B10490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 54.46%
G = 1.23%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B10490 (or 0xB10490) is known color: Medium Violet Red. HEX triplet: B1, 04 and 90. RGB value is (177,4,144). Sum of RGB (Red+Green+Blue) = 177+4+144=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B10490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10490 is #4EFB6F. Grayscale: #474747. Windows color (decimal): -5176176 or 9438385. OLE color: 9438385.

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

Color convert

RGB 177 4 144 -
CMYK 0 0.98 0.19 0.31
HSL 311.45º 0.96% 0.35% -
HSV(B) 311.45º 0.98% 0.69% -
XYZ 23.21 11.45 27.37 -
YUV 71.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 177 4 144 0 0.98 0.19 0.31 311.45 0.96 0.35
Hex B1 4 90 0 62 13 1F 137 60 23
Octal 261 4 220 0 142 23 37 467 140 43
Binary 10110001 100 10010000 0 1100010 10011 11111 100110111 1100000 100011

Color Harmonies of #B10490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10490

Black with #B10490

Text Example


Text Example

White with #B10490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10490; }

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

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

background-color css

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

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

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

border-color css

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

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

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