#B800CD

Color #B800CD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B800CD

Tints of Deep Magenta #B800CD

Color information

#B800CD (or 0xB800CD) is unknown color: approx Deep Magenta. HEX triplet: B8, 00 and CD. RGB value is (184,0,205). Sum of RGB (Red+Green+Blue) = 184+0+205=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #B800CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800CD is #47FF32. Grayscale: #4D4D4D. Windows color (decimal): -4718387 or 13435064. OLE color: 13435064.

HSL color Cylindrical-coordinate representation of color #B800CD: hue angle of 293.85º 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 #B800CD is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1840205-
CMYK0.10100.20
HSL293.85º100%40.2%-
HSV(B)293.85º100%80.39%-
XYZ30.7914.658.95-
YUV78.39199.46203.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 52.70%
R=47.30%
G=0%
B=52.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18402050.10100.20293.8510040.2
HexB80CDA640141266428
Octal27003151214402444614450
Binary10111000011001101101011001000101001001001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B800CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B800CD; }

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

 H1.HeaderClassName
 {
   color: #B800CD;
 }
 .AnyTagClassName
 {
   color: #B800CD;
 }
</style>
background-color css

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

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

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

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

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

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