Html Css Color HEX #B10B7F Medium Violet Red

📋 copy color: '#B10B7F'

red 177 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #B10B7F

Tints of Medium Violet Red #B10B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.49%

 BLUE value IS 127 (50% from 255) = 40.32%

R = 56.19%
G = 3.49%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B10B7F (or 0xB10B7F) is known color: Medium Violet Red. HEX triplet: B1, 0B and 7F. RGB value is (177,11,127). Sum of RGB (Red+Green+Blue) = 177+11+127=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B7F is #4EF480. Grayscale: #494949. Windows color (decimal): -5174401 or 8326065. OLE color: 8326065.

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

Color convert

RGB 177 11 127 -
CMYK 0 0.94 0.28 0.31
HSL 318.07º 0.88% 0.37% -
HSV(B) 318.07º 0.94% 0.69% -
XYZ 22.08 11.12 21.06 -
YUV 73.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 177 11 127 0 0.94 0.28 0.31 318.07 0.88 0.37
Hex B1 B 7F 0 5E 1C 1F 13E 58 25
Octal 261 13 177 0 136 34 37 476 130 45
Binary 10110001 1011 1111111 0 1011110 11100 11111 100111110 1011000 100101

Color Harmonies of #B10B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10B7F

Black with #B10B7F

Text Example


Text Example

White with #B10B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10B7F; }

 p { color: rgb(177,11,127); }

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

background-color css

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

 a { background-color: rgb(177,11,127); }

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

border-color css

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

 span { border-color: rgb(177,11,127); }

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