#BE45FE

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

Shades of Medium Orchid #BE45FE

Tints of Medium Orchid #BE45FE

Color information

#BE45FE (or 0xBE45FE) is unknown color: approx Medium Orchid. HEX triplet: BE, 45 and FE. RGB value is (190,69,254). Sum of RGB (Red+Green+Blue) = 190+69+254=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE45FE is #41BA01. Grayscale: #7D7D7D. Windows color (decimal): -4307458 or 16663998. OLE color: 16663998.

HSL color Cylindrical-coordinate representation of color #BE45FE: hue angle of 279.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE45FE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19069254-
CMYK0.250.7300.00
HSL279.24º98.93%63.33%-
HSV(B)279.24º72.83%99.61%-
XYZ41.2522.3695.91-
YUV126.27200.09173.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 69 (27.34% from 255) = 13.45%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=37.04%
G=13.45%
B=49.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal190692540.250.7300.00279.2498.9363.33
HexBE45FE194900117633f
Octal276105376311110042714377
Binary10111110100010111111110110011001001001000101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45FE; }

 p { color: rgb(190,69,254); }

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

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

 a { background-color: rgb(190,69,254); }

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

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

 span { border-color: rgb(190,69,254); }

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