Html Css Color HEX #B900DC Deep Magenta

📋 copy color: '#B900DC'

red 185 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #B900DC

Tints of Deep Magenta #B900DC

RGB

 RED value IS 185 (72.66% from 255) = 45.68%

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

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 45.68%
G = 0%
B = 54.32%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B900DC (or 0xB900DC) is known color: Deep Magenta. HEX triplet: B9, 00 and DC. RGB value is (185,0,220). Sum of RGB (Red+Green+Blue) = 185+0+220=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #B900DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900DC is #46FF23. Grayscale: #4F4F4F. Windows color (decimal): -4652836 or 14418105. OLE color: 14418105.

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

Color convert

RGB 185 0 220 -
CMYK 0.16 1 0 0.14
HSL 290.45º 1% 0.43% -
HSV(B) 290.45º 1% 0.86% -
XYZ 32.93 15.48 68.96 -
YUV 80.4 206.79 202.61 -
System Red Green Blue C M Y K H S L
Decimal 185 0 220 0.16 1 0 0.14 290.45 1 0.43
Hex B9 0 DC 10 64 0 E 122 64 2B
Octal 271 0 334 20 144 0 16 442 144 53
Binary 10111001 0 11011100 10000 1100100 0 1110 100100010 1100100 101011

Color Harmonies of #B900DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900DC

Black with #B900DC

Text Example


Text Example

White with #B900DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900DC; }

 p { color: rgb(185,0,220); }

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

background-color css

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

 a { background-color: rgb(185,0,220); }

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

border-color css

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

 span { border-color: rgb(185,0,220); }

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