Html Css Color HEX #B10799 Medium Violet Red

📋 copy color: '#B10799'

red 177 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #B10799

Tints of Medium Violet Red #B10799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 52.52%
G = 2.08%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B10799 (or 0xB10799) is known color: Medium Violet Red. HEX triplet: B1, 07 and 99. RGB value is (177,7,153). Sum of RGB (Red+Green+Blue) = 177+7+153=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B10799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10799 is #4EF866. Grayscale: #4A4A4A. Windows color (decimal): -5175399 or 10028977. OLE color: 10028977.

HSL color Cylindrical-coordinate representation of color #B10799: hue angle of 308.47º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10799 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 7 153 -
CMYK 0 0.96 0.14 0.31
HSL 308.47º 0.92% 0.36% -
HSV(B) 308.47º 0.96% 0.69% -
XYZ 23.96 11.8 31.15 -
YUV 74.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 177 7 153 0 0.96 0.14 0.31 308.47 0.92 0.36
Hex B1 7 99 0 60 E 1F 134 5C 24
Octal 261 7 231 0 140 16 37 464 134 44
Binary 10110001 111 10011001 0 1100000 1110 11111 100110100 1011100 100100

Color Harmonies of #B10799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10799

Black with #B10799

Text Example


Text Example

White with #B10799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10799; }

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

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

background-color css

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

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

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

border-color css

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

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

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