#BE06B6

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

Shades of Deep Magenta #BE06B6

Tints of Deep Magenta #BE06B6

Color information

#BE06B6 (or 0xBE06B6) is unknown color: approx Deep Magenta. HEX triplet: BE, 06 and B6. RGB value is (190,6,182). Sum of RGB (Red+Green+Blue) = 190+6+182=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE06B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06B6 is #41F949. Grayscale: #505050. Windows color (decimal): -4323658 or 11929278. OLE color: 11929278.

HSL color Cylindrical-coordinate representation of color #BE06B6: hue angle of 302.61º 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 #BE06B6 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB1906182-
CMYK00.970.040.25
HSL302.61º93.88%38.43%-
HSV(B)302.61º96.84%74.51%-
XYZ29.7414.4545.48-
YUV81.08184.96205.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 6 (2.73% from 255) = 1.59%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=50.26%
G=1.59%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190618200.970.040.25302.6193.8838.43
HexBE6B606141912f5e26
Octal2766266014143145713646
Binary101111101101011011001100001100110011001011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE06B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE06B6; }

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

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

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

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

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

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

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

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