#BA54FF

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

Shades of Medium Orchid #BA54FF

Tints of Medium Orchid #BA54FF

Color information

#BA54FF (or 0xBA54FF) is unknown color: approx Medium Orchid. HEX triplet: BA, 54 and FF. RGB value is (186,84,255). Sum of RGB (Red+Green+Blue) = 186+84+255=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA54FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54FF is #45AB00. Grayscale: #858585. Windows color (decimal): -4565761 or 16733370. OLE color: 16733370.

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

Color convert

RGB18684255-
CMYK0.270.6700
HSL275.79º100%66.47%-
HSV(B)275.79º67.06%100%-
XYZ41.472497.05-
YUV133.99196.29165.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 84 (33.20% from 255) = 16%
BLUE value IS 255 (100% from 255) = 48.57%
R=35.43%
G=16%
B=48.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186842550.270.6700275.7910066.47
HexBA54FF1B43001146442
Octal2721243773310300424144102
Binary101110101010100111111111101110000110010001010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54FF; }

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

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

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

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

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

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

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

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