#be26c0

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

Shades of Deep Magenta #BE26C0

Tints of Deep Magenta #BE26C0

Color information

#BE26C0 (or 0xBE26C0) is unknown color: approx Deep Magenta. HEX triplet: BE, 26 and C0. RGB value is (190,38,192). Sum of RGB (Red+Green+Blue) = 190+38+192=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE26C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26C0 is #41D93F. Grayscale: #646464. Windows color (decimal): -4315456 or 12592830. OLE color: 12592830.

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

Color convert

RGB19038192-
CMYK0.010.8000.25
HSL299.22º66.96%45.1%-
HSV(B)299.22º80.21%75.29%-
XYZ31.4416.1451.33-
YUV101179.36191.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 38 (15.23% from 255) = 9.05%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=45.24%
G=9.05%
B=45.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190381920.010.8000.25299.2266.9645.1
HexBE26C015001912b432d
Octal27646300112003145310355
Binary1011111010011011000000110100000110011001010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be26c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be26c0; }

 p { color: rgb(190,38,192); }

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

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

 a { background-color: rgb(190,38,192); }

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

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

 span { border-color: rgb(190,38,192); }

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