#B800CC

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

Shades of Deep Magenta #B800CC

Tints of Deep Magenta #B800CC

Color information

#B800CC (or 0xB800CC) is unknown color: approx Deep Magenta. HEX triplet: B8, 00 and CC. RGB value is (184,0,204). Sum of RGB (Red+Green+Blue) = 184+0+204=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #B800CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800CC is #47FF33. Grayscale: #4D4D4D. Windows color (decimal): -4718388 or 13369528. OLE color: 13369528.

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

Color convert

RGB1840204-
CMYK0.10100.2
HSL294.12º100%40%-
HSV(B)294.12º100%80%-
XYZ30.6714.5558.32-
YUV78.27198.96203.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=47.42%
G=0%
B=52.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18402040.10100.2294.1210040
HexB80CCA640141266428
Octal27003141214402444614450
Binary10111000011001100101011001000101001001001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B800CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B800CC; }

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

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

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

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

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

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

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

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