#BE6FE8

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

Shades of Medium Orchid #BE6FE8

Tints of Medium Orchid #BE6FE8

Color information

#BE6FE8 (or 0xBE6FE8) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and E8. RGB value is (190,111,232). Sum of RGB (Red+Green+Blue) = 190+111+232=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE6FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FE8 is #419017. Grayscale: #949494. Windows color (decimal): -4296728 or 15232958. OLE color: 15232958.

HSL color Cylindrical-coordinate representation of color #BE6FE8: hue angle of 279.17º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6FE8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190111232-
CMYK0.180.5200.09
HSL279.17º72.46%67.25%-
HSV(B)279.17º52.16%90.98%-
XYZ41.4928.1479.59-
YUV148.42175.17157.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 232 (91.02% from 255) = 43.53%
R=35.65%
G=20.83%
B=43.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901112320.180.5200.09279.1772.4667.25
HexBE6FE81234091174843
Octal2761573502264011427110103
Binary10111110110111111101000100101101000100110001011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FE8; }

 p { color: rgb(190,111,232); }

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

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

 a { background-color: rgb(190,111,232); }

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

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

 span { border-color: rgb(190,111,232); }

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