#BE63DD

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

Shades of Medium Orchid #BE63DD

Tints of Medium Orchid #BE63DD

Color information

#BE63DD (or 0xBE63DD) is unknown color: approx Medium Orchid. HEX triplet: BE, 63 and DD. RGB value is (190,99,221). Sum of RGB (Red+Green+Blue) = 190+99+221=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63DD is #419C22. Grayscale: #8B8B8B. Windows color (decimal): -4299811 or 14508990. OLE color: 14508990.

HSL color Cylindrical-coordinate representation of color #BE63DD: hue angle of 284.75º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE63DD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19099221-
CMYK0.140.5500.13
HSL284.75º64.21%62.75%-
HSV(B)284.75º55.2%86.67%-
XYZ38.7525.0971.21-
YUV140.12173.65163.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 99 (39.06% from 255) = 19.41%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=37.25%
G=19.41%
B=43.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190992210.140.5500.13284.7564.2162.75
HexBE63DDE370D11d403f
Octal276143335166701543510077
Binary101111101100011110111011110110111011011000111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63DD; }

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

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

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

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

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

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

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

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