Html Css Color HEX #B10797 Medium Violet Red

📋 copy color: '#B10797'

red 177 ◦ green 7 ◦ blue 151

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

Shades of Medium Violet Red #B10797

Tints of Medium Violet Red #B10797

RGB

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

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

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

R = 52.84%
G = 2.09%
B = 45.07%

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

#B10797 (or 0xB10797) is known color: Medium Violet Red. HEX triplet: B1, 07 and 97. RGB value is (177,7,151). Sum of RGB (Red+Green+Blue) = 177+7+151=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B10797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10797 is #4EF868. Grayscale: #494949. Windows color (decimal): -5175401 or 9897905. OLE color: 9897905.

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

Color convert

RGB 177 7 151 -
CMYK 0 0.96 0.15 0.31
HSL 309.18º 0.92% 0.36% -
HSV(B) 309.18º 0.96% 0.69% -
XYZ 23.79 11.73 30.29 -
YUV 74.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 177 7 151 0 0.96 0.15 0.31 309.18 0.92 0.36
Hex B1 7 97 0 60 F 1F 135 5C 24
Octal 261 7 227 0 140 17 37 465 134 44
Binary 10110001 111 10010111 0 1100000 1111 11111 100110101 1011100 100100

Color Harmonies of #B10797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10797

Black with #B10797

Text Example


Text Example

White with #B10797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10797; }

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

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

background-color css

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

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

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

border-color css

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

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

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