Html Css Color HEX #B10EBC Deep Magenta

📋 copy color: '#B10EBC'

red 177 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #B10EBC

Tints of Deep Magenta #B10EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 46.7%
G = 3.69%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B10EBC (or 0xB10EBC) is known color: Deep Magenta. HEX triplet: B1, 0E and BC. RGB value is (177,14,188). Sum of RGB (Red+Green+Blue) = 177+14+188=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #B10EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EBC is #4EF143. Grayscale: #525252. Windows color (decimal): -5173572 or 12324529. OLE color: 12324529.

HSL color Cylindrical-coordinate representation of color #B10EBC: hue angle of 296.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10EBC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 14 188 -
CMYK 0.06 0.93 0 0.26
HSL 296.21º 0.86% 0.4% -
HSV(B) 296.21º 0.93% 0.74% -
XYZ 27.37 13.29 48.7 -
YUV 82.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 177 14 188 0.06 0.93 0 0.26 296.21 0.86 0.4
Hex B1 E BC 6 5D 0 1A 128 56 28
Octal 261 16 274 6 135 0 32 450 126 50
Binary 10110001 1110 10111100 110 1011101 0 11010 100101000 1010110 101000

Color Harmonies of #B10EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EBC

Black with #B10EBC

Text Example


Text Example

White with #B10EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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