Html Css Color HEX #B10FCE Deep Magenta

📋 copy color: '#B10FCE'

red 177 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #B10FCE

Tints of Deep Magenta #B10FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 44.47%
G = 3.77%
B = 51.76%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B10FCE (or 0xB10FCE) is known color: Deep Magenta. HEX triplet: B1, 0F and CE. RGB value is (177,15,206). Sum of RGB (Red+Green+Blue) = 177+15+206=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #B10FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FCE is #4EF031. Grayscale: #545454. Windows color (decimal): -5173298 or 13504433. OLE color: 13504433.

HSL color Cylindrical-coordinate representation of color #B10FCE: hue angle of 290.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FCE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 15 206 -
CMYK 0.14 0.93 0 0.19
HSL 290.89º 0.86% 0.43% -
HSV(B) 290.89º 0.93% 0.81% -
XYZ 29.44 14.14 59.57 -
YUV 85.21 196.17 193.47 -
System Red Green Blue C M Y K H S L
Decimal 177 15 206 0.14 0.93 0 0.19 290.89 0.86 0.43
Hex B1 F CE E 5D 0 13 123 56 2B
Octal 261 17 316 16 135 0 23 443 126 53
Binary 10110001 1111 11001110 1110 1011101 0 10011 100100011 1010110 101011

Color Harmonies of #B10FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FCE

Black with #B10FCE

Text Example


Text Example

White with #B10FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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