Html Css Color HEX #B10C8E Medium Violet Red

📋 copy color: '#B10C8E'

red 177 ◦ green 12 ◦ blue 142

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

Shades of Medium Violet Red #B10C8E

Tints of Medium Violet Red #B10C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 53.47%
G = 3.63%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B10C8E (or 0xB10C8E) is known color: Medium Violet Red. HEX triplet: B1, 0C and 8E. RGB value is (177,12,142). Sum of RGB (Red+Green+Blue) = 177+12+142=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C8E is #4EF371. Grayscale: #4B4B4B. Windows color (decimal): -5174130 or 9309361. OLE color: 9309361.

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

Color convert

RGB 177 12 142 -
CMYK 0 0.93 0.20 0.31
HSL 312.73º 0.87% 0.37% -
HSV(B) 312.73º 0.93% 0.69% -
XYZ 23.15 11.56 26.6 -
YUV 76.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 177 12 142 0 0.93 0.20 0.31 312.73 0.87 0.37
Hex B1 C 8E 0 5D 14 1F 139 57 25
Octal 261 14 216 0 135 24 37 471 127 45
Binary 10110001 1100 10001110 0 1011101 10100 11111 100111001 1010111 100101

Color Harmonies of #B10C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C8E

Black with #B10C8E

Text Example


Text Example

White with #B10C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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