#BE5AFB

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

Shades of Medium Orchid #BE5AFB

Tints of Medium Orchid #BE5AFB

Color information

#BE5AFB (or 0xBE5AFB) is unknown color: approx Medium Orchid. HEX triplet: BE, 5A and FB. RGB value is (190,90,251). Sum of RGB (Red+Green+Blue) = 190+90+251=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5AFB is #41A504. Grayscale: #898989. Windows color (decimal): -4302085 or 16472766. OLE color: 16472766.

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

Color convert

RGB19090251-
CMYK0.240.6400.02
HSL277.27º95.27%66.86%-
HSV(B)277.27º64.14%98.43%-
XYZ42.325.2293.91-
YUV138.25191.63164.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 90 (35.55% from 255) = 16.95%
BLUE value IS 251 (98.44% from 255) = 47.27%
R=35.78%
G=16.95%
B=47.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190902510.240.6400.02277.2795.2766.86
HexBE5AFB1840021155f43
Octal2761323733010002425137103
Binary1011111010110101111101111000100000001010001010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AFB; }

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

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

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

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

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

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

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

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