Html Css Color HEX #B10E7B Medium Violet Red

📋 copy color: '#B10E7B'

red 177 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #B10E7B

Tints of Medium Violet Red #B10E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.46%

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 56.37%
G = 4.46%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B10E7B (or 0xB10E7B) is known color: Medium Violet Red. HEX triplet: B1, 0E and 7B. RGB value is (177,14,123). Sum of RGB (Red+Green+Blue) = 177+14+123=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E7B is #4EF184. Grayscale: #4A4A4A. Windows color (decimal): -5173637 or 8064689. OLE color: 8064689.

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

Color convert

RGB 177 14 123 -
CMYK 0 0.92 0.31 0.31
HSL 319.88º 0.85% 0.37% -
HSV(B) 319.88º 0.92% 0.69% -
XYZ 21.86 11.09 19.73 -
YUV 75.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 177 14 123 0 0.92 0.31 0.31 319.88 0.85 0.37
Hex B1 E 7B 0 5C 1F 1F 140 55 25
Octal 261 16 173 0 134 37 37 500 125 45
Binary 10110001 1110 1111011 0 1011100 11111 11111 101000000 1010101 100101

Color Harmonies of #B10E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E7B

Black with #B10E7B

Text Example


Text Example

White with #B10E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E7B; }

 p { color: rgb(177,14,123); }

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

background-color css

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

 a { background-color: rgb(177,14,123); }

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

border-color css

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

 span { border-color: rgb(177,14,123); }

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