#B207C5

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

Shades of Deep Magenta #B207C5

Tints of Deep Magenta #B207C5

Color information

#B207C5 (or 0xB207C5) is unknown color: approx Deep Magenta. HEX triplet: B2, 07 and C5. RGB value is (178,7,197). Sum of RGB (Red+Green+Blue) = 178+7+197=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #B207C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B207C5 is #4DF83A. Grayscale: #4F4F4F. Windows color (decimal): -5109819 or 12912562. OLE color: 12912562.

HSL color Cylindrical-coordinate representation of color #B207C5: hue angle of 294º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B207C5 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1787197-
CMYK0.100.9600.23
HSL294º93.14%40%-
HSV(B)294º96.45%77.25%-
XYZ28.5113.6553.95-
YUV79.79194.15198.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 7 (3.12% from 255) = 1.83%
BLUE value IS 197 (77.34% from 255) = 51.57%
R=46.60%
G=1.83%
B=51.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17871970.100.9600.2329493.1440
HexB27C5A600171265d28
Octal26273051214002744613550
Binary1011001011111000101101011000000101111001001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B207C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B207C5; }

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

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

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

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

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

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

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

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