Html Css Color HEX #B10097 Medium Violet Red

📋 copy color: '#B10097'

red 177 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #B10097

Tints of Medium Violet Red #B10097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 53.96%
G = 0%
B = 46.04%

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

#B10097 (or 0xB10097) is known color: Medium Violet Red. HEX triplet: B1, 00 and 97. RGB value is (177,0,151). Sum of RGB (Red+Green+Blue) = 177+0+151=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B10097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10097 is #4EFF68. Grayscale: #454545. Windows color (decimal): -5177193 or 9896113. OLE color: 9896113.

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

Color convert

RGB 177 0 151 -
CMYK 0 1 0.15 0.31
HSL 308.81º 1% 0.35% -
HSV(B) 308.81º 1% 0.69% -
XYZ 23.72 11.58 30.26 -
YUV 70.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 177 0 151 0 1 0.15 0.31 308.81 1 0.35
Hex B1 0 97 0 64 F 1F 135 64 23
Octal 261 0 227 0 144 17 37 465 144 43
Binary 10110001 0 10010111 0 1100100 1111 11111 100110101 1100100 100011

Color Harmonies of #B10097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10097

Black with #B10097

Text Example


Text Example

White with #B10097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10097; }

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

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

background-color css

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

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

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

border-color css

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

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

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