#be25bc

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

Shades of Deep Magenta #BE25BC

Tints of Deep Magenta #BE25BC

Color information

#BE25BC (or 0xBE25BC) is unknown color: approx Deep Magenta. HEX triplet: BE, 25 and BC. RGB value is (190,37,188). Sum of RGB (Red+Green+Blue) = 190+37+188=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25BC is #41DA43. Grayscale: #636363. Windows color (decimal): -4315716 or 12330430. OLE color: 12330430.

HSL color Cylindrical-coordinate representation of color #BE25BC: hue angle of 300.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE25BC is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19037188-
CMYK00.810.010.25
HSL300.78º67.4%44.51%-
HSV(B)300.78º80.53%74.51%-
XYZ30.9715.949.01-
YUV99.96177.69192.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 37 (14.84% from 255) = 8.92%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=45.78%
G=8.92%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903718800.810.010.25300.7867.444.51
HexBE25BC05111912d432d
Octal27645274012113145510355
Binary1011111010010110111100010100011110011001011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be25bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be25bc; }

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

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

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

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

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

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

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

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