#B205C4

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

Shades of Deep Magenta #B205C4

Tints of Deep Magenta #B205C4

Color information

#B205C4 (or 0xB205C4) is unknown color: approx Deep Magenta. HEX triplet: B2, 05 and C4. RGB value is (178,5,196). Sum of RGB (Red+Green+Blue) = 178+5+196=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #B205C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205C4 is #4DFA3B. Grayscale: #4D4D4D. Windows color (decimal): -5110332 or 12846514. OLE color: 12846514.

HSL color Cylindrical-coordinate representation of color #B205C4: hue angle of 294.35º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B205C4 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1785196-
CMYK0.090.9700.23
HSL294.35º95.02%39.41%-
HSV(B)294.35º97.45%76.86%-
XYZ28.3813.5653.35-
YUV78.5194.31198.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 5 (2.34% from 255) = 1.32%
BLUE value IS 196 (76.95% from 255) = 51.72%
R=46.97%
G=1.32%
B=51.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17851960.090.9700.23294.3595.0239.41
HexB25C49610171265f27
Octal26253041114102744613747
Binary1011001010111000100100111000010101111001001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B205C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B205C4; }

 p { color: rgb(178,5,196); }

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

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

 a { background-color: rgb(178,5,196); }

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

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

 span { border-color: rgb(178,5,196); }

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