#BE25DC

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

Shades of Dark Orchid #BE25DC

Tints of Dark Orchid #BE25DC

Color information

#BE25DC (or 0xBE25DC) is unknown color: approx Dark Orchid. HEX triplet: BE, 25 and DC. RGB value is (190,37,220). Sum of RGB (Red+Green+Blue) = 190+37+220=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25DC is #41DA23. Grayscale: #676767. Windows color (decimal): -4315684 or 14427582. OLE color: 14427582.

HSL color Cylindrical-coordinate representation of color #BE25DC: hue angle of 290.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE25DC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19037220-
CMYK0.140.8300.14
HSL290.16º72.33%50.39%-
HSV(B)290.16º83.18%86.27%-
XYZ34.8217.4469.24-
YUV103.61193.69189.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 37 (14.84% from 255) = 8.28%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=42.51%
G=8.28%
B=49.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190372200.140.8300.14290.1672.3350.39
HexBE25DCE530E1224832
Octal276453341612301644211062
Binary101111101001011101110011101010011011101001000101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE25DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE25DC; }

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

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

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

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

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

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

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

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