Html Css Color HEX #B10090 Medium Violet Red

📋 copy color: '#B10090'

red 177 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #B10090

Tints of Medium Violet Red #B10090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.14%
G = 0%
B = 44.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B10090 (or 0xB10090) is known color: Medium Violet Red. HEX triplet: B1, 00 and 90. RGB value is (177,0,144). Sum of RGB (Red+Green+Blue) = 177+0+144=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B10090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10090 is #4EFF6F. Grayscale: #444444. Windows color (decimal): -5177200 or 9437361. OLE color: 9437361.

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

Color convert

RGB 177 0 144 -
CMYK 0 1 0.19 0.31
HSL 311.19º 1% 0.35% -
HSV(B) 311.19º 1% 0.69% -
XYZ 23.17 11.36 27.36 -
YUV 69.34 170.14 204.79 -
System Red Green Blue C M Y K H S L
Decimal 177 0 144 0 1 0.19 0.31 311.19 1 0.35
Hex B1 0 90 0 64 13 1F 137 64 23
Octal 261 0 220 0 144 23 37 467 144 43
Binary 10110001 0 10010000 0 1100100 10011 11111 100110111 1100100 100011

Color Harmonies of #B10090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10090

Black with #B10090

Text Example


Text Example

White with #B10090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10090; }

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

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

background-color css

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

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

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

border-color css

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

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

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