#B300CC

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

Shades of Deep Magenta #B300CC

Tints of Deep Magenta #B300CC

Color information

#B300CC (or 0xB300CC) is unknown color: approx Deep Magenta. HEX triplet: B3, 00 and CC. RGB value is (179,0,204). Sum of RGB (Red+Green+Blue) = 179+0+204=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #B300CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300CC is #4CFF33. Grayscale: #4C4C4C. Windows color (decimal): -5046068 or 13369523. OLE color: 13369523.

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

Color convert

RGB1790204-
CMYK0.12100.2
HSL292.65º100%40%-
HSV(B)292.65º100%80%-
XYZ29.4913.9458.26-
YUV76.78199.8200.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=46.74%
G=0%
B=53.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17902040.12100.2292.6510040
HexB30CCC640141256428
Octal26303141414402444514450
Binary10110011011001100110011001000101001001001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B300CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B300CC; }

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

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

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

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

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

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

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

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