Html Css Color HEX #B10F8C Medium Violet Red

📋 copy color: '#B10F8C'

red 177 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #B10F8C

Tints of Medium Violet Red #B10F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.52%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 53.31%
G = 4.52%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B10F8C (or 0xB10F8C) is known color: Medium Violet Red. HEX triplet: B1, 0F and 8C. RGB value is (177,15,140). Sum of RGB (Red+Green+Blue) = 177+15+140=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10F8C is #4EF073. Grayscale: #4D4D4D. Windows color (decimal): -5173364 or 9179057. OLE color: 9179057.

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

Color convert

RGB 177 15 140 -
CMYK 0 0.92 0.21 0.31
HSL 313.7º 0.84% 0.38% -
HSV(B) 313.7º 0.92% 0.69% -
XYZ 23.04 11.58 25.83 -
YUV 77.69 163.17 198.84 -
System Red Green Blue C M Y K H S L
Decimal 177 15 140 0 0.92 0.21 0.31 313.7 0.84 0.38
Hex B1 F 8C 0 5C 15 1F 13A 54 26
Octal 261 17 214 0 134 25 37 472 124 46
Binary 10110001 1111 10001100 0 1011100 10101 11111 100111010 1010100 100110

Color Harmonies of #B10F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F8C

Black with #B10F8C

Text Example


Text Example

White with #B10F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F8C; }

 p { color: rgb(177,15,140); }

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

background-color css

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

 a { background-color: rgb(177,15,140); }

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

border-color css

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

 span { border-color: rgb(177,15,140); }

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