#B214CE

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

Shades of Deep Magenta #B214CE

Tints of Deep Magenta #B214CE

Color information

#B214CE (or 0xB214CE) is unknown color: approx Deep Magenta. HEX triplet: B2, 14 and CE. RGB value is (178,20,206). Sum of RGB (Red+Green+Blue) = 178+20+206=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #B214CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214CE is #4DEB31. Grayscale: #575757. Windows color (decimal): -5106482 or 13505714. OLE color: 13505714.

HSL color Cylindrical-coordinate representation of color #B214CE: hue angle of 290.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B214CE is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17820206-
CMYK0.140.9000.19
HSL290.97º82.3%44.31%-
HSV(B)290.97º90.29%80.78%-
XYZ29.7514.4259.61-
YUV88.45194.35191.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 20 (8.20% from 255) = 4.95%
BLUE value IS 206 (80.86% from 255) = 50.99%
R=44.06%
G=4.95%
B=50.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178202060.140.9000.19290.9782.344.31
HexB214CEE5A013123522c
Octal262243161613202344312254
Binary101100101010011001110111010110100100111001000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B214CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B214CE; }

 p { color: rgb(178,20,206); }

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

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

 a { background-color: rgb(178,20,206); }

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

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

 span { border-color: rgb(178,20,206); }

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