Html Css Color HEX #B10396 Medium Violet Red

📋 copy color: '#B10396'

red 177 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #B10396

Tints of Medium Violet Red #B10396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 53.64%
G = 0.91%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B10396 (or 0xB10396) is known color: Medium Violet Red. HEX triplet: B1, 03 and 96. RGB value is (177,3,150). Sum of RGB (Red+Green+Blue) = 177+3+150=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B10396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10396 is #4EFC69. Grayscale: #474747. Windows color (decimal): -5176426 or 9831345. OLE color: 9831345.

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

Color convert

RGB 177 3 150 -
CMYK 0 0.98 0.15 0.31
HSL 309.31º 0.97% 0.35% -
HSV(B) 309.31º 0.98% 0.69% -
XYZ 23.67 11.61 29.85 -
YUV 71.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 177 3 150 0 0.98 0.15 0.31 309.31 0.97 0.35
Hex B1 3 96 0 62 F 1F 135 61 23
Octal 261 3 226 0 142 17 37 465 141 43
Binary 10110001 11 10010110 0 1100010 1111 11111 100110101 1100001 100011

Color Harmonies of #B10396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10396

Black with #B10396

Text Example


Text Example

White with #B10396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10396; }

 p { color: rgb(177,3,150); }

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

background-color css

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

 a { background-color: rgb(177,3,150); }

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

border-color css

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

 span { border-color: rgb(177,3,150); }

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