#B300B4

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

Shades of Deep Magenta #B300B4

Tints of Deep Magenta #B300B4

Color information

#B300B4 (or 0xB300B4) is unknown color: approx Deep Magenta. HEX triplet: B3, 00 and B4. RGB value is (179,0,180). Sum of RGB (Red+Green+Blue) = 179+0+180=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #B300B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300B4 is #4CFF4B. Grayscale: #494949. Windows color (decimal): -5046092 or 11796659. OLE color: 11796659.

HSL color Cylindrical-coordinate representation of color #B300B4: hue angle of 299.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300B4 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1790180-
CMYK0.01100.29
HSL299.67º100%35.29%-
HSV(B)299.67º100%70.59%-
XYZ26.8312.8844.25-
YUV74.04187.8202.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=49.86%
G=0%
B=50.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17901800.01100.29299.6710035.29
HexB30B416401D12c6423
Octal2630264114403545414443
Binary10110011010110100111001000111011001011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B300B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B300B4; }

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

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

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

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

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

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

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

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