Html Css Color HEX #B10EC1 Deep Magenta

📋 copy color: '#B10EC1'

red 177 ◦ green 14 ◦ blue 193

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

Shades of Deep Magenta #B10EC1

Tints of Deep Magenta #B10EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 46.09%
G = 3.65%
B = 50.26%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B10EC1 (or 0xB10EC1) is known color: Deep Magenta. HEX triplet: B1, 0E and C1. RGB value is (177,14,193). Sum of RGB (Red+Green+Blue) = 177+14+193=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #B10EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EC1 is #4EF13E. Grayscale: #525252. Windows color (decimal): -5173567 or 12652209. OLE color: 12652209.

HSL color Cylindrical-coordinate representation of color #B10EC1: hue angle of 294.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10EC1 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 14 193 -
CMYK 0.08 0.93 0 0.24
HSL 294.64º 0.86% 0.41% -
HSV(B) 294.64º 0.93% 0.76% -
XYZ 27.91 13.51 51.59 -
YUV 83.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 177 14 193 0.08 0.93 0 0.24 294.64 0.86 0.41
Hex B1 E C1 8 5D 0 18 127 56 29
Octal 261 16 301 10 135 0 30 447 126 51
Binary 10110001 1110 11000001 1000 1011101 0 11000 100100111 1010110 101001

Color Harmonies of #B10EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EC1

Black with #B10EC1

Text Example


Text Example

White with #B10EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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