#BE06B0

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

Shades of Deep Magenta #BE06B0

Tints of Deep Magenta #BE06B0

Color information

#BE06B0 (or 0xBE06B0) is unknown color: approx Deep Magenta. HEX triplet: BE, 06 and B0. RGB value is (190,6,176). Sum of RGB (Red+Green+Blue) = 190+6+176=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE06B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE06B0 is #41F94F. Grayscale: #4F4F4F. Windows color (decimal): -4323664 or 11536062. OLE color: 11536062.

HSL color Cylindrical-coordinate representation of color #BE06B0: hue angle of 304.57º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE06B0 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB1906176-
CMYK00.970.070.25
HSL304.57º93.88%38.43%-
HSV(B)304.57º96.84%74.51%-
XYZ29.1414.2142.28-
YUV80.4181.96206.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 6 (2.73% from 255) = 1.61%
BLUE value IS 176 (69.14% from 255) = 47.31%
R=51.08%
G=1.61%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190617600.970.070.25304.5793.8838.43
HexBE6B00617191315e26
Octal2766260014173146113646
Binary101111101101011000001100001111110011001100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE06B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE06B0; }

 p { color: rgb(190,6,176); }

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

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

 a { background-color: rgb(190,6,176); }

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

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

 span { border-color: rgb(190,6,176); }

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