Html Css Color HEX #B10FC7 Deep Magenta

📋 copy color: '#B10FC7'

red 177 ◦ green 15 ◦ blue 199

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

Shades of Deep Magenta #B10FC7

Tints of Deep Magenta #B10FC7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.84%

 BLUE value IS 199 (78.13% from 255) = 50.9%

R = 45.27%
G = 3.84%
B = 50.9%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B10FC7 (or 0xB10FC7) is known color: Deep Magenta. HEX triplet: B1, 0F and C7. RGB value is (177,15,199). Sum of RGB (Red+Green+Blue) = 177+15+199=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #B10FC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FC7 is #4EF038. Grayscale: #535353. Windows color (decimal): -5173305 or 13045681. OLE color: 13045681.

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

Color convert

RGB 177 15 199 -
CMYK 0.11 0.92 0 0.22
HSL 292.83º 0.86% 0.42% -
HSV(B) 292.83º 0.92% 0.78% -
XYZ 28.61 13.81 55.19 -
YUV 84.41 192.67 194.04 -
System Red Green Blue C M Y K H S L
Decimal 177 15 199 0.11 0.92 0 0.22 292.83 0.86 0.42
Hex B1 F C7 B 5C 0 16 125 56 2A
Octal 261 17 307 13 134 0 26 445 126 52
Binary 10110001 1111 11000111 1011 1011100 0 10110 100100101 1010110 101010

Color Harmonies of #B10FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FC7

Black with #B10FC7

Text Example


Text Example

White with #B10FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FC7; }

 p { color: rgb(177,15,199); }

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

background-color css

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

 a { background-color: rgb(177,15,199); }

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

border-color css

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

 span { border-color: rgb(177,15,199); }

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