#BE26E0

Color #BE26E0 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #BE26E0

Tints of Dark Orchid #BE26E0

Color information

#BE26E0 (or 0xBE26E0) is unknown color: approx Dark Orchid. HEX triplet: BE, 26 and E0. RGB value is (190,38,224). Sum of RGB (Red+Green+Blue) = 190+38+224=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE26E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26E0 is #41D91F. Grayscale: #686868. Windows color (decimal): -4315424 or 14689982. OLE color: 14689982.

HSL color Cylindrical-coordinate representation of color #BE26E0: hue angle of 289.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE26E0 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19038224-
CMYK0.150.8300.12
HSL289.03º75%51.37%-
HSV(B)289.03º83.04%87.84%-
XYZ35.3817.7272.08-
YUV104.65195.36188.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 38 (15.23% from 255) = 8.41%
BLUE value IS 224 (87.89% from 255) = 49.56%
R=42.04%
G=8.41%
B=49.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190382240.150.8300.12289.037551.37
HexBE26E0F530C1214b33
Octal276463401712301444111363
Binary101111101001101110000011111010011011001001000011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE26E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE26E0; }

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

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

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

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

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

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

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

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