#B207AB

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

Shades of Deep Magenta #B207AB

Tints of Deep Magenta #B207AB

Color information

#B207AB (or 0xB207AB) is unknown color: approx Deep Magenta. HEX triplet: B2, 07 and AB. RGB value is (178,7,171). Sum of RGB (Red+Green+Blue) = 178+7+171=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B207AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207AB is #4DF854. Grayscale: #4C4C4C. Windows color (decimal): -5109845 or 11208626. OLE color: 11208626.

HSL color Cylindrical-coordinate representation of color #B207AB: hue angle of 302.46º 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 #B207AB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB1787171-
CMYK00.960.040.30
HSL302.46º92.43%36.27%-
HSV(B)302.46º96.07%69.8%-
XYZ25.7912.5639.59-
YUV76.82181.15200.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=50%
G=1.97%
B=48.03%

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
Decimal178717100.960.040.30302.4692.4336.27
HexB27AB06041E12e5c24
Octal2627253014043645613444
Binary101100101111010101101100000100111101001011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B207AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B207AB; }

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

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

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

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

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

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

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

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