#B600AE

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

Shades of Deep Magenta #B600AE

Tints of Deep Magenta #B600AE

Color information

#B600AE (or 0xB600AE) is unknown color: approx Deep Magenta. HEX triplet: B6, 00 and AE. RGB value is (182,0,174). Sum of RGB (Red+Green+Blue) = 182+0+174=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B600AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600AE is #49FF51. Grayscale: #494949. Windows color (decimal): -4849490 or 11403446. OLE color: 11403446.

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

Color convert

RGB1820174-
CMYK010.040.29
HSL302.64º100%35.69%-
HSV(B)302.64º100%71.37%-
XYZ26.931341.13-
YUV74.25184.3204.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=51.12%
G=0%
B=48.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820174010.040.29302.6410035.69
HexB60AE06441D12f6424
Octal2660256014443545714444
Binary1011011001010111001100100100111011001011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B600AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B600AE; }

 p { color: rgb(182,0,174); }

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

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

 a { background-color: rgb(182,0,174); }

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

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

 span { border-color: rgb(182,0,174); }

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