Html Css Color HEX #B10099 Medium Violet Red

📋 copy color: '#B10099'

red 177 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #B10099

Tints of Medium Violet Red #B10099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 53.64%
G = 0%
B = 46.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B10099 (or 0xB10099) is known color: Medium Violet Red. HEX triplet: B1, 00 and 99. RGB value is (177,0,153). Sum of RGB (Red+Green+Blue) = 177+0+153=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B10099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10099 is #4EFF66. Grayscale: #454545. Windows color (decimal): -5177191 or 10027185. OLE color: 10027185.

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

Color convert

RGB 177 0 153 -
CMYK 0 1 0.14 0.31
HSL 308.14º 1% 0.35% -
HSV(B) 308.14º 1% 0.69% -
XYZ 23.88 11.65 31.13 -
YUV 70.37 174.64 204.06 -
System Red Green Blue C M Y K H S L
Decimal 177 0 153 0 1 0.14 0.31 308.14 1 0.35
Hex B1 0 99 0 64 E 1F 134 64 23
Octal 261 0 231 0 144 16 37 464 144 43
Binary 10110001 0 10011001 0 1100100 1110 11111 100110100 1100100 100011

Color Harmonies of #B10099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10099

Black with #B10099

Text Example


Text Example

White with #B10099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10099; }

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

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

background-color css

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

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

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

border-color css

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

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

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