#BE55FB

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

Shades of Medium Orchid #BE55FB

Tints of Medium Orchid #BE55FB

Color information

#BE55FB (or 0xBE55FB) is unknown color: approx Medium Orchid. HEX triplet: BE, 55 and FB. RGB value is (190,85,251). Sum of RGB (Red+Green+Blue) = 190+85+251=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55FB is #41AA04. Grayscale: #868686. Windows color (decimal): -4303365 or 16471486. OLE color: 16471486.

HSL color Cylindrical-coordinate representation of color #BE55FB: hue angle of 277.95º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE55FB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19085251-
CMYK0.240.6600.02
HSL277.95º95.4%65.88%-
HSV(B)277.95º66.14%98.43%-
XYZ41.924.4193.77-
YUV135.32193.29167-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 85 (33.59% from 255) = 16.16%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=36.12%
G=16.16%
B=47.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190852510.240.6600.02277.9595.465.88
HexBE55FB1842021165f42
Octal2761253733010202426137102
Binary1011111010101011111101111000100001001010001011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55FB; }

 p { color: rgb(190,85,251); }

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

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

 a { background-color: rgb(190,85,251); }

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

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

 span { border-color: rgb(190,85,251); }

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