#BE00C3

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

Shades of Deep Magenta #BE00C3

Tints of Deep Magenta #BE00C3

Color information

#BE00C3 (or 0xBE00C3) is unknown color: approx Deep Magenta. HEX triplet: BE, 00 and C3. RGB value is (190,0,195). Sum of RGB (Red+Green+Blue) = 190+0+195=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE00C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00C3 is #41FF3C. Grayscale: #4E4E4E. Windows color (decimal): -4325181 or 12779710. OLE color: 12779710.

HSL color Cylindrical-coordinate representation of color #BE00C3: hue angle of 298.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00C3 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1900195-
CMYK0.03100.24
HSL298.46º100%38.24%-
HSV(B)298.46º100%76.47%-
XYZ31.0914.8952.86-
YUV79.04193.45207.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=49.35%
G=0%
B=50.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19001950.03100.24298.4610038.24
HexBE0C336401812a6426
Octal2760303314403045214446
Binary101111100110000111111001000110001001010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE00C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE00C3; }

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

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

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

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

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

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

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

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