#be54fe

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

Shades of Medium Orchid #BE54FE

Tints of Medium Orchid #BE54FE

Color information

#BE54FE (or 0xBE54FE) is unknown color: approx Medium Orchid. HEX triplet: BE, 54 and FE. RGB value is (190,84,254). Sum of RGB (Red+Green+Blue) = 190+84+254=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE54FE is #41AB01. Grayscale: #868686. Windows color (decimal): -4303618 or 16667838. OLE color: 16667838.

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

Color convert

RGB19084254-
CMYK0.250.6700.00
HSL277.41º98.84%66.27%-
HSV(B)277.41º66.93%99.61%-
XYZ42.2924.4496.25-
YUV135.07195.12167.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 84 (33.20% from 255) = 15.91%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=35.98%
G=15.91%
B=48.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal190842540.250.6700.00277.4198.8466.27
HexBE54FE1943001156342
Octal2761243763110300425143102
Binary101111101010100111111101100110000110010001010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be54fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be54fe; }

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

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

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

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

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

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

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

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