#BA50FB

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

Shades of Medium Orchid #BA50FB

Tints of Medium Orchid #BA50FB

Color information

#BA50FB (or 0xBA50FB) is unknown color: approx Medium Orchid. HEX triplet: BA, 50 and FB. RGB value is (186,80,251). Sum of RGB (Red+Green+Blue) = 186+80+251=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA50FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50FB is #45AF04. Grayscale: #828282. Windows color (decimal): -4566789 or 16470202. OLE color: 16470202.

HSL color Cylindrical-coordinate representation of color #BA50FB: hue angle of 277.19º 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 #BA50FB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18680251-
CMYK0.260.6800.02
HSL277.19º95.53%64.9%-
HSV(B)277.19º68.13%98.43%-
XYZ40.5323.1493.6-
YUV131.19195.62167.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 80 (31.64% from 255) = 15.47%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=35.98%
G=15.47%
B=48.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186802510.260.6800.02277.1995.5364.9
HexBA50FB1A44021156041
Octal2721203733210402425140101
Binary1011101010100001111101111010100010001010001010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50FB; }

 p { color: rgb(186,80,251); }

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

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

 a { background-color: rgb(186,80,251); }

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

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

 span { border-color: rgb(186,80,251); }

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