#BE16BD

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

Shades of Deep Magenta #BE16BD

Tints of Deep Magenta #BE16BD

Color information

#BE16BD (or 0xBE16BD) is unknown color: approx Deep Magenta. HEX triplet: BE, 16 and BD. RGB value is (190,22,189). Sum of RGB (Red+Green+Blue) = 190+22+189=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16BD is #41E942. Grayscale: #5A5A5A. Windows color (decimal): -4319555 or 12392126. OLE color: 12392126.

HSL color Cylindrical-coordinate representation of color #BE16BD: hue angle of 300.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE16BD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19022189-
CMYK00.880.010.25
HSL300.36º79.25%41.57%-
HSV(B)300.36º88.42%74.51%-
XYZ30.7115.249.46-
YUV91.27183.16198.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 22 (8.98% from 255) = 5.49%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=47.38%
G=5.49%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902218900.880.010.25300.3679.2541.57
HexBE16BD05811912c4f2a
Octal27626275013013145411752
Binary101111101011010111101010110001110011001011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE16BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE16BD; }

 p { color: rgb(190,22,189); }

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

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

 a { background-color: rgb(190,22,189); }

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

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

 span { border-color: rgb(190,22,189); }

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