#BE58F8

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

Shades of Medium Orchid #BE58F8

Tints of Medium Orchid #BE58F8

Color information

#BE58F8 (or 0xBE58F8) is unknown color: approx Medium Orchid. HEX triplet: BE, 58 and F8. RGB value is (190,88,248). Sum of RGB (Red+Green+Blue) = 190+88+248=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE58F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE58F8 is #41A707. Grayscale: #888888. Windows color (decimal): -4302600 or 16275646. OLE color: 16275646.

HSL color Cylindrical-coordinate representation of color #BE58F8: hue angle of 278.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE58F8 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19088248-
CMYK0.230.6500.03
HSL278.25º91.95%65.88%-
HSV(B)278.25º64.52%97.25%-
XYZ41.6724.791.38-
YUV136.74190.79165.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 88 (34.77% from 255) = 16.73%
BLUE value IS 248 (97.27% from 255) = 47.15%
R=36.12%
G=16.73%
B=47.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal190882480.230.6500.03278.2591.9565.88
HexBE58F81741031165c42
Octal2761303702710103426134102
Binary1011111010110001111100010111100000101110001011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58F8; }

 p { color: rgb(190,88,248); }

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

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

 a { background-color: rgb(190,88,248); }

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

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

 span { border-color: rgb(190,88,248); }

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