Html Css Color HEX #B100CD Deep Magenta

📋 copy color: '#B100CD'

red 177 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #B100CD

Tints of Deep Magenta #B100CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.34%
G = 0%
B = 53.66%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B100CD (or 0xB100CD) is known color: Deep Magenta. HEX triplet: B1, 00 and CD. RGB value is (177,0,205). Sum of RGB (Red+Green+Blue) = 177+0+205=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #B100CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100CD is #4EFF32. Grayscale: #4B4B4B. Windows color (decimal): -5177139 or 13435057. OLE color: 13435057.

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

Color convert

RGB 177 0 205 -
CMYK 0.14 1 0 0.20
HSL 291.8º 1% 0.4% -
HSV(B) 291.8º 1% 0.8% -
XYZ 29.15 13.75 58.88 -
YUV 76.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 177 0 205 0.14 1 0 0.20 291.8 1 0.4
Hex B1 0 CD E 64 0 14 124 64 28
Octal 261 0 315 16 144 0 24 444 144 50
Binary 10110001 0 11001101 1110 1100100 0 10100 100100100 1100100 101000

Color Harmonies of #B100CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100CD

Black with #B100CD

Text Example


Text Example

White with #B100CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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