Html Css Color HEX #B10C8C Medium Violet Red

📋 copy color: '#B10C8C'

red 177 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #B10C8C

Tints of Medium Violet Red #B10C8C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.65%

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

R = 53.8%
G = 3.65%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B10C8C (or 0xB10C8C) is known color: Medium Violet Red. HEX triplet: B1, 0C and 8C. RGB value is (177,12,140). Sum of RGB (Red+Green+Blue) = 177+12+140=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C8C is #4EF373. Grayscale: #4B4B4B. Windows color (decimal): -5174132 or 9178289. OLE color: 9178289.

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

Color convert

RGB 177 12 140 -
CMYK 0 0.93 0.21 0.31
HSL 313.45º 0.87% 0.37% -
HSV(B) 313.45º 0.93% 0.69% -
XYZ 23 11.5 25.82 -
YUV 75.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 177 12 140 0 0.93 0.21 0.31 313.45 0.87 0.37
Hex B1 C 8C 0 5D 15 1F 139 57 25
Octal 261 14 214 0 135 25 37 471 127 45
Binary 10110001 1100 10001100 0 1011101 10101 11111 100111001 1010111 100101

Color Harmonies of #B10C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C8C

Black with #B10C8C

Text Example


Text Example

White with #B10C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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