Html Css Color HEX #B10796 Medium Violet Red

📋 copy color: '#B10796'

red 177 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #B10796

Tints of Medium Violet Red #B10796

RGB

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

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

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

R = 52.99%
G = 2.1%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B10796 (or 0xB10796) is known color: Medium Violet Red. HEX triplet: B1, 07 and 96. RGB value is (177,7,150). Sum of RGB (Red+Green+Blue) = 177+7+150=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B10796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10796 is #4EF869. Grayscale: #494949. Windows color (decimal): -5175402 or 9832369. OLE color: 9832369.

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

Color convert

RGB 177 7 150 -
CMYK 0 0.96 0.15 0.31
HSL 309.53º 0.92% 0.36% -
HSV(B) 309.53º 0.96% 0.69% -
XYZ 23.71 11.7 29.86 -
YUV 74.13 170.82 201.37 -
System Red Green Blue C M Y K H S L
Decimal 177 7 150 0 0.96 0.15 0.31 309.53 0.92 0.36
Hex B1 7 96 0 60 F 1F 136 5C 24
Octal 261 7 226 0 140 17 37 466 134 44
Binary 10110001 111 10010110 0 1100000 1111 11111 100110110 1011100 100100

Color Harmonies of #B10796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10796

Black with #B10796

Text Example


Text Example

White with #B10796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10796; }

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

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

background-color css

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

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

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

border-color css

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

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

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