#BE00B6

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

Shades of Deep Magenta #BE00B6

Tints of Deep Magenta #BE00B6

Color information

#BE00B6 (or 0xBE00B6) is unknown color: approx Deep Magenta. HEX triplet: BE, 00 and B6. RGB value is (190,0,182). Sum of RGB (Red+Green+Blue) = 190+0+182=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00B6 is #41FF49. Grayscale: #4D4D4D. Windows color (decimal): -4325194 or 11927742. OLE color: 11927742.

HSL color Cylindrical-coordinate representation of color #BE00B6: hue angle of 302.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00B6 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB1900182-
CMYK010.040.25
HSL302.53º100%37.25%-
HSV(B)302.53º100%74.51%-
XYZ29.6814.3245.46-
YUV77.56186.95208.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 182 (71.48% from 255) = 48.92%
R=51.08%
G=0%
B=48.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900182010.040.25302.5310037.25
HexBE0B606441912f6425
Octal2760266014443145714445
Binary1011111001011011001100100100110011001011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE00B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE00B6; }

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

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

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

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

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

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

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

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