Html Css Color HEX #B10792 Medium Violet Red

📋 copy color: '#B10792'

red 177 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #B10792

Tints of Medium Violet Red #B10792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 53.64%
G = 2.12%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10792 (or 0xB10792) is known color: Medium Violet Red. HEX triplet: B1, 07 and 92. RGB value is (177,7,146). Sum of RGB (Red+Green+Blue) = 177+7+146=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B10792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10792 is #4EF86D. Grayscale: #494949. Windows color (decimal): -5175406 or 9570225. OLE color: 9570225.

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

Color convert

RGB 177 7 146 -
CMYK 0 0.96 0.18 0.31
HSL 310.94º 0.92% 0.36% -
HSV(B) 310.94º 0.96% 0.69% -
XYZ 23.4 11.57 28.2 -
YUV 73.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 177 7 146 0 0.96 0.18 0.31 310.94 0.92 0.36
Hex B1 7 92 0 60 12 1F 137 5C 24
Octal 261 7 222 0 140 22 37 467 134 44
Binary 10110001 111 10010010 0 1100000 10010 11111 100110111 1011100 100100

Color Harmonies of #B10792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10792

Black with #B10792

Text Example


Text Example

White with #B10792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10792; }

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

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

background-color css

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

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

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

border-color css

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

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

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