#B207AA

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

Shades of Deep Magenta #B207AA

Tints of Deep Magenta #B207AA

Color information

#B207AA (or 0xB207AA) is unknown color: approx Deep Magenta. HEX triplet: B2, 07 and AA. RGB value is (178,7,170). Sum of RGB (Red+Green+Blue) = 178+7+170=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B207AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207AA is #4DF855. Grayscale: #4C4C4C. Windows color (decimal): -5109846 or 11143090. OLE color: 11143090.

HSL color Cylindrical-coordinate representation of color #B207AA: hue angle of 302.81º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B207AA is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB1787170-
CMYK00.960.040.30
HSL302.81º92.43%36.27%-
HSV(B)302.81º96.07%69.8%-
XYZ25.6912.5239.09-
YUV76.71180.65200.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=50.14%
G=1.97%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178717000.960.040.30302.8192.4336.27
HexB27AA06041E12f5c24
Octal2627252014043645713444
Binary101100101111010101001100000100111101001011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B207AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B207AA; }

 p { color: rgb(178,7,170); }

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

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

 a { background-color: rgb(178,7,170); }

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

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

 span { border-color: rgb(178,7,170); }

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