#BE33E2

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

Shades of Medium Orchid #BE33E2

Tints of Medium Orchid #BE33E2

Color information

#BE33E2 (or 0xBE33E2) is unknown color: approx Medium Orchid. HEX triplet: BE, 33 and E2. RGB value is (190,51,226). Sum of RGB (Red+Green+Blue) = 190+51+226=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE33E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33E2 is #41CC1D. Grayscale: #6F6F6F. Windows color (decimal): -4312094 or 14824382. OLE color: 14824382.

HSL color Cylindrical-coordinate representation of color #BE33E2: hue angle of 287.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE33E2 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19051226-
CMYK0.160.7700.11
HSL287.66º75.11%54.31%-
HSV(B)287.66º77.43%88.63%-
XYZ36.1518.8173.68-
YUV112.51192.05183.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 51 (20.31% from 255) = 10.92%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=40.69%
G=10.92%
B=48.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190512260.160.7700.11287.6675.1154.31
HexBE33E2104D0B1204b36
Octal276633422011501344011366
Binary1011111011001111100010100001001101010111001000001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE33E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE33E2; }

 p { color: rgb(190,51,226); }

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

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

 a { background-color: rgb(190,51,226); }

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

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

 span { border-color: rgb(190,51,226); }

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