Html Css Color HEX #B10E7D Medium Violet Red

📋 copy color: '#B10E7D'

red 177 ◦ green 14 ◦ blue 125

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

Shades of Medium Violet Red #B10E7D

Tints of Medium Violet Red #B10E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 56.01%
G = 4.43%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B10E7D (or 0xB10E7D) is known color: Medium Violet Red. HEX triplet: B1, 0E and 7D. RGB value is (177,14,125). Sum of RGB (Red+Green+Blue) = 177+14+125=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E7D is #4EF182. Grayscale: #4B4B4B. Windows color (decimal): -5173635 or 8195761. OLE color: 8195761.

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

Color convert

RGB 177 14 125 -
CMYK 0 0.92 0.29 0.31
HSL 319.14º 0.85% 0.37% -
HSV(B) 319.14º 0.92% 0.69% -
XYZ 21.99 11.14 20.39 -
YUV 75.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 177 14 125 0 0.92 0.29 0.31 319.14 0.85 0.37
Hex B1 E 7D 0 5C 1D 1F 13F 55 25
Octal 261 16 175 0 134 35 37 477 125 45
Binary 10110001 1110 1111101 0 1011100 11101 11111 100111111 1010101 100101

Color Harmonies of #B10E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E7D

Black with #B10E7D

Text Example


Text Example

White with #B10E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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