#BE63ED

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

Shades of Medium Orchid #BE63ED

Tints of Medium Orchid #BE63ED

Color information

#BE63ED (or 0xBE63ED) is unknown color: approx Medium Orchid. HEX triplet: BE, 63 and ED. RGB value is (190,99,237). Sum of RGB (Red+Green+Blue) = 190+99+237=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE63ED is #419C12. Grayscale: #8D8D8D. Windows color (decimal): -4299795 or 15557566. OLE color: 15557566.

HSL color Cylindrical-coordinate representation of color #BE63ED: hue angle of 279.57º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE63ED is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19099237-
CMYK0.200.5800.07
HSL279.57º79.31%65.88%-
HSV(B)279.57º58.23%92.94%-
XYZ40.9825.9982.98-
YUV141.94181.65162.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 99 (39.06% from 255) = 18.82%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=36.12%
G=18.82%
B=45.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal190992370.200.5800.07279.5779.3165.88
HexBE63ED143A071184f42
Octal276143355247207430117102
Binary1011111011000111110110110100111010011110001100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63ED; }

 p { color: rgb(190,99,237); }

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

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

 a { background-color: rgb(190,99,237); }

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

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

 span { border-color: rgb(190,99,237); }

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