Html Css Color HEX #B10096 Medium Violet Red

📋 copy color: '#B10096'

red 177 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #B10096

Tints of Medium Violet Red #B10096

RGB

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

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

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

R = 54.13%
G = 0%
B = 45.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B10096 (or 0xB10096) is known color: Medium Violet Red. HEX triplet: B1, 00 and 96. RGB value is (177,0,150). Sum of RGB (Red+Green+Blue) = 177+0+150=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10096 is #4EFF69. Grayscale: #454545. Windows color (decimal): -5177194 or 9830577. OLE color: 9830577.

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

Color convert

RGB 177 0 150 -
CMYK 0 1 0.15 0.31
HSL 309.15º 1% 0.35% -
HSV(B) 309.15º 1% 0.69% -
XYZ 23.64 11.55 29.84 -
YUV 70.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 177 0 150 0 1 0.15 0.31 309.15 1 0.35
Hex B1 0 96 0 64 F 1F 135 64 23
Octal 261 0 226 0 144 17 37 465 144 43
Binary 10110001 0 10010110 0 1100100 1111 11111 100110101 1100100 100011

Color Harmonies of #B10096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10096

Black with #B10096

Text Example


Text Example

White with #B10096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10096; }

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

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

background-color css

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

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

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

border-color css

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

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

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