Html Css Color HEX #B10679 Medium Violet Red

📋 copy color: '#B10679'

red 177 ◦ green 6 ◦ blue 121

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

Shades of Medium Violet Red #B10679

Tints of Medium Violet Red #B10679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 58.22%
G = 1.97%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B10679 (or 0xB10679) is known color: Medium Violet Red. HEX triplet: B1, 06 and 79. RGB value is (177,6,121). Sum of RGB (Red+Green+Blue) = 177+6+121=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B10679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10679 is #4EF986. Grayscale: #454545. Windows color (decimal): -5175687 or 7931569. OLE color: 7931569.

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

Color convert

RGB 177 6 121 -
CMYK 0 0.97 0.32 0.31
HSL 319.65º 0.93% 0.36% -
HSV(B) 319.65º 0.97% 0.69% -
XYZ 21.65 10.86 19.04 -
YUV 70.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 177 6 121 0 0.97 0.32 0.31 319.65 0.93 0.36
Hex B1 6 79 0 61 20 1F 140 5D 24
Octal 261 6 171 0 141 40 37 500 135 44
Binary 10110001 110 1111001 0 1100001 100000 11111 101000000 1011101 100100

Color Harmonies of #B10679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10679

Black with #B10679

Text Example


Text Example

White with #B10679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10679; }

 p { color: rgb(177,6,121); }

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

background-color css

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

 a { background-color: rgb(177,6,121); }

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

border-color css

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

 span { border-color: rgb(177,6,121); }

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