Html Css Color HEX #B10CD1 Deep Magenta

📋 copy color: '#B10CD1'

red 177 ◦ green 12 ◦ blue 209

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

Shades of Deep Magenta #B10CD1

Tints of Deep Magenta #B10CD1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 44.47%
G = 3.02%
B = 52.51%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B10CD1 (or 0xB10CD1) is known color: Deep Magenta. HEX triplet: B1, 0C and D1. RGB value is (177,12,209). Sum of RGB (Red+Green+Blue) = 177+12+209=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #B10CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CD1 is #4EF32E. Grayscale: #535353. Windows color (decimal): -5174063 or 13700273. OLE color: 13700273.

HSL color Cylindrical-coordinate representation of color #B10CD1: hue angle of 290.25º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CD1 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 12 209 -
CMYK 0.15 0.94 0 0.18
HSL 290.25º 0.89% 0.43% -
HSV(B) 290.25º 0.94% 0.82% -
XYZ 29.77 14.21 61.5 -
YUV 83.79 198.66 194.48 -
System Red Green Blue C M Y K H S L
Decimal 177 12 209 0.15 0.94 0 0.18 290.25 0.89 0.43
Hex B1 C D1 F 5E 0 12 122 59 2B
Octal 261 14 321 17 136 0 22 442 131 53
Binary 10110001 1100 11010001 1111 1011110 0 10010 100100010 1011001 101011

Color Harmonies of #B10CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CD1

Black with #B10CD1

Text Example


Text Example

White with #B10CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CD1; }

 p { color: rgb(177,12,209); }

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

background-color css

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

 a { background-color: rgb(177,12,209); }

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

border-color css

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

 span { border-color: rgb(177,12,209); }

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