#BE05BC

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

Shades of Deep Magenta #BE05BC

Tints of Deep Magenta #BE05BC

Color information

#BE05BC (or 0xBE05BC) is unknown color: approx Deep Magenta. HEX triplet: BE, 05 and BC. RGB value is (190,5,188). Sum of RGB (Red+Green+Blue) = 190+5+188=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE05BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05BC is #41FA43. Grayscale: #505050. Windows color (decimal): -4323908 or 12322238. OLE color: 12322238.

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

Color convert

RGB1905188-
CMYK00.970.010.25
HSL300.65º94.87%38.24%-
HSV(B)300.65º97.37%74.51%-
XYZ30.3714.6948.81-
YUV81.18188.29205.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 5 (2.34% from 255) = 1.31%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=49.61%
G=1.31%
B=49.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190518800.970.010.25300.6594.8738.24
HexBE5BC06111912d5f26
Octal2765274014113145513746
Binary1011111010110111100011000011110011001011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE05BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE05BC; }

 p { color: rgb(190,5,188); }

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

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

 a { background-color: rgb(190,5,188); }

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

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

 span { border-color: rgb(190,5,188); }

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