Html Css Color HEX #B10FCD Deep Magenta

📋 copy color: '#B10FCD'

red 177 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #B10FCD

Tints of Deep Magenta #B10FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 44.58%
G = 3.78%
B = 51.64%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B10FCD (or 0xB10FCD) is known color: Deep Magenta. HEX triplet: B1, 0F and CD. RGB value is (177,15,205). Sum of RGB (Red+Green+Blue) = 177+15+205=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #B10FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FCD is #4EF032. Grayscale: #545454. Windows color (decimal): -5173299 or 13438897. OLE color: 13438897.

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

Color convert

RGB 177 15 205 -
CMYK 0.14 0.93 0 0.20
HSL 291.16º 0.86% 0.43% -
HSV(B) 291.16º 0.93% 0.8% -
XYZ 29.32 14.1 58.93 -
YUV 85.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 177 15 205 0.14 0.93 0 0.20 291.16 0.86 0.43
Hex B1 F CD E 5D 0 14 123 56 2B
Octal 261 17 315 16 135 0 24 443 126 53
Binary 10110001 1111 11001101 1110 1011101 0 10100 100100011 1010110 101011

Color Harmonies of #B10FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FCD

Black with #B10FCD

Text Example


Text Example

White with #B10FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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