#B200B4

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

Shades of Deep Magenta #B200B4

Tints of Deep Magenta #B200B4

Color information

#B200B4 (or 0xB200B4) is unknown color: approx Deep Magenta. HEX triplet: B2, 00 and B4. RGB value is (178,0,180). Sum of RGB (Red+Green+Blue) = 178+0+180=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #B200B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200B4 is #4DFF4B. Grayscale: #494949. Windows color (decimal): -5111628 or 11796658. OLE color: 11796658.

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

Color convert

RGB1780180-
CMYK0.01100.29
HSL299.33º100%35.29%-
HSV(B)299.33º100%70.59%-
XYZ26.612.7644.24-
YUV73.74187.97202.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 50.28%
R=49.72%
G=0%
B=50.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17801800.01100.29299.3310035.29
HexB20B416401D12b6423
Octal2620264114403545314443
Binary10110010010110100111001000111011001010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B200B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B200B4; }

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

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

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

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

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

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

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

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