Html Css Color HEX #B10EC6 Deep Magenta

📋 copy color: '#B10EC6'

red 177 ◦ green 14 ◦ blue 198

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

Shades of Deep Magenta #B10EC6

Tints of Deep Magenta #B10EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 45.5%
G = 3.6%
B = 50.9%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B10EC6 (or 0xB10EC6) is known color: Deep Magenta. HEX triplet: B1, 0E and C6. RGB value is (177,14,198). Sum of RGB (Red+Green+Blue) = 177+14+198=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #B10EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EC6 is #4EF139. Grayscale: #535353. Windows color (decimal): -5173562 or 12979889. OLE color: 12979889.

HSL color Cylindrical-coordinate representation of color #B10EC6: hue angle of 293.15º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10EC6 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 14 198 -
CMYK 0.11 0.93 0 0.22
HSL 293.15º 0.87% 0.42% -
HSV(B) 293.15º 0.93% 0.78% -
XYZ 28.48 13.74 54.58 -
YUV 83.71 192.5 194.54 -
System Red Green Blue C M Y K H S L
Decimal 177 14 198 0.11 0.93 0 0.22 293.15 0.87 0.42
Hex B1 E C6 B 5D 0 16 125 57 2A
Octal 261 16 306 13 135 0 26 445 127 52
Binary 10110001 1110 11000110 1011 1011101 0 10110 100100101 1010111 101010

Color Harmonies of #B10EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EC6

Black with #B10EC6

Text Example


Text Example

White with #B10EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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