#b814c4

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

Shades of Deep Magenta #B814C4

Tints of Deep Magenta #B814C4

Color information

#B814C4 (or 0xB814C4) is unknown color: approx Deep Magenta. HEX triplet: B8, 14 and C4. RGB value is (184,20,196). Sum of RGB (Red+Green+Blue) = 184+20+196=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #B814C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814C4 is #47EB3B. Grayscale: #585858. Windows color (decimal): -4713276 or 12850360. OLE color: 12850360.

HSL color Cylindrical-coordinate representation of color #B814C4: hue angle of 295.91º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B814C4 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18420196-
CMYK0.060.9000.23
HSL295.91º81.48%42.35%-
HSV(B)295.91º89.8%76.86%-
XYZ29.9814.6853.48-
YUV89.1188.33195.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 20 (8.20% from 255) = 5%
BLUE value IS 196 (76.95% from 255) = 49%
R=46%
G=5%
B=49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184201960.060.9000.23295.9181.4842.35
HexB814C465A017128512a
Octal27024304613202745012152
Binary10111000101001100010011010110100101111001010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b814c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b814c4; }

 p { color: rgb(184,20,196); }

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

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

 a { background-color: rgb(184,20,196); }

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

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

 span { border-color: rgb(184,20,196); }

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