#BE51FB

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

Shades of Medium Orchid #BE51FB

Tints of Medium Orchid #BE51FB

Color information

#BE51FB (or 0xBE51FB) is unknown color: approx Medium Orchid. HEX triplet: BE, 51 and FB. RGB value is (190,81,251). Sum of RGB (Red+Green+Blue) = 190+81+251=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE51FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE51FB is #41AE04. Grayscale: #848484. Windows color (decimal): -4304389 or 16470462. OLE color: 16470462.

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

Color convert

RGB19081251-
CMYK0.240.6800.02
HSL278.47º95.51%65.1%-
HSV(B)278.47º67.73%98.43%-
XYZ41.5923.893.67-
YUV132.97194.61168.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 81 (32.03% from 255) = 15.52%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=36.40%
G=15.52%
B=48.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190812510.240.6800.02278.4795.5165.1
HexBE51FB1844021166041
Octal2761213733010402426140101
Binary1011111010100011111101111000100010001010001011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51FB; }

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

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

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

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

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

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

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

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