Html Css Color HEX #B10192 Medium Violet Red

📋 copy color: '#B10192'

red 177 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #B10192

Tints of Medium Violet Red #B10192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 54.63%
G = 0.31%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10192 (or 0xB10192) is known color: Medium Violet Red. HEX triplet: B1, 01 and 92. RGB value is (177,1,146). Sum of RGB (Red+Green+Blue) = 177+1+146=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B10192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10192 is #4EFE6D. Grayscale: #454545. Windows color (decimal): -5176942 or 9568689. OLE color: 9568689.

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

Color convert

RGB 177 1 146 -
CMYK 0 0.99 0.18 0.31
HSL 310.57º 0.99% 0.35% -
HSV(B) 310.57º 0.99% 0.69% -
XYZ 23.33 11.44 28.17 -
YUV 70.15 170.81 204.21 -
System Red Green Blue C M Y K H S L
Decimal 177 1 146 0 0.99 0.18 0.31 310.57 0.99 0.35
Hex B1 1 92 0 63 12 1F 137 63 23
Octal 261 1 222 0 143 22 37 467 143 43
Binary 10110001 1 10010010 0 1100011 10010 11111 100110111 1100011 100011

Color Harmonies of #B10192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10192

Black with #B10192

Text Example


Text Example

White with #B10192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10192; }

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

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

background-color css

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

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

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

border-color css

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

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

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