#BE51DD

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

Shades of Medium Orchid #BE51DD

Tints of Medium Orchid #BE51DD

Color information

#BE51DD (or 0xBE51DD) is unknown color: approx Medium Orchid. HEX triplet: BE, 51 and DD. RGB value is (190,81,221). Sum of RGB (Red+Green+Blue) = 190+81+221=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51DD is #41AE22. Grayscale: #818181. Windows color (decimal): -4304419 or 14504382. OLE color: 14504382.

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

Color convert

RGB19081221-
CMYK0.140.6300.13
HSL286.71º67.31%59.22%-
HSV(B)286.71º63.35%86.67%-
XYZ37.2322.0570.7-
YUV129.55179.61171.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 81 (32.03% from 255) = 16.46%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=38.62%
G=16.46%
B=44.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190812210.140.6300.13286.7167.3159.22
HexBE51DDE3F0D11f433b
Octal276121335167701543710373
Binary101111101010001110111011110111111011011000111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51DD; }

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

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

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

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

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

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

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

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