#BA51FF

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

Shades of Medium Orchid #BA51FF

Tints of Medium Orchid #BA51FF

Color information

#BA51FF (or 0xBA51FF) is unknown color: approx Medium Orchid. HEX triplet: BA, 51 and FF. RGB value is (186,81,255). Sum of RGB (Red+Green+Blue) = 186+81+255=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51FF is #45AE00. Grayscale: #838383. Windows color (decimal): -4566529 or 16732602. OLE color: 16732602.

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

Color convert

RGB18681255-
CMYK0.270.6800
HSL276.21º100%65.88%-
HSV(B)276.21º68.24%100%-
XYZ41.2423.5496.98-
YUV132.23197.29166.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 81 (32.03% from 255) = 15.52%
BLUE value IS 255 (100% from 255) = 48.85%
R=35.63%
G=15.52%
B=48.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186812550.270.6800276.2110065.88
HexBA51FF1B44001146442
Octal2721213773310400424144102
Binary101110101010001111111111101110001000010001010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51FF; }

 p { color: rgb(186,81,255); }

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

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

 a { background-color: rgb(186,81,255); }

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

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

 span { border-color: rgb(186,81,255); }

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