Html Css Color HEX #B10190 Medium Violet Red

📋 copy color: '#B10190'

red 177 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #B10190

Tints of Medium Violet Red #B10190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 54.97%
G = 0.31%
B = 44.72%

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

#B10190 (or 0xB10190) is known color: Medium Violet Red. HEX triplet: B1, 01 and 90. RGB value is (177,1,144). Sum of RGB (Red+Green+Blue) = 177+1+144=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B10190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10190 is #4EFE6F. Grayscale: #454545. Windows color (decimal): -5176944 or 9437617. OLE color: 9437617.

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

Color convert

RGB 177 1 144 -
CMYK 0 0.99 0.19 0.31
HSL 311.25º 0.99% 0.35% -
HSV(B) 311.25º 0.99% 0.69% -
XYZ 23.18 11.38 27.36 -
YUV 69.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 177 1 144 0 0.99 0.19 0.31 311.25 0.99 0.35
Hex B1 1 90 0 63 13 1F 137 63 23
Octal 261 1 220 0 143 23 37 467 143 43
Binary 10110001 1 10010000 0 1100011 10011 11111 100110111 1100011 100011

Color Harmonies of #B10190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10190

Black with #B10190

Text Example


Text Example

White with #B10190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10190; }

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

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

background-color css

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

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

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

border-color css

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

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

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