#BA55FE

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

Shades of Medium Orchid #BA55FE

Tints of Medium Orchid #BA55FE

Color information

#BA55FE (or 0xBA55FE) is unknown color: approx Medium Orchid. HEX triplet: BA, 55 and FE. RGB value is (186,85,254). Sum of RGB (Red+Green+Blue) = 186+85+254=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55FE is #45AA01. Grayscale: #858585. Windows color (decimal): -4565506 or 16668090. OLE color: 16668090.

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

Color convert

RGB18685254-
CMYK0.270.6700.00
HSL275.86º98.83%66.47%-
HSV(B)275.86º66.54%99.61%-
XYZ41.3924.0996.23-
YUV134.46195.46164.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 85 (33.59% from 255) = 16.19%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=35.43%
G=16.19%
B=48.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal186852540.270.6700.00275.8698.8366.47
HexBA55FE1B43001146342
Octal2721253763310300424143102
Binary101110101010101111111101101110000110010001010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA55FE; }

 p { color: rgb(186,85,254); }

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

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

 a { background-color: rgb(186,85,254); }

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

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

 span { border-color: rgb(186,85,254); }

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