#BA6FED

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

Shades of Medium Orchid #BA6FED

Tints of Medium Orchid #BA6FED

Color information

#BA6FED (or 0xBA6FED) is unknown color: approx Medium Orchid. HEX triplet: BA, 6F and ED. RGB value is (186,111,237). Sum of RGB (Red+Green+Blue) = 186+111+237=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FED is #459012. Grayscale: #939393. Windows color (decimal): -4558867 or 15560634. OLE color: 15560634.

HSL color Cylindrical-coordinate representation of color #BA6FED: hue angle of 275.71º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6FED is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186111237-
CMYK0.220.5300.07
HSL275.71º77.78%68.24%-
HSV(B)275.71º53.16%92.94%-
XYZ41.2227.9283.34-
YUV147.79178.35155.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=34.83%
G=20.79%
B=44.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861112370.220.5300.07275.7177.7868.24
HexBA6FED1635071144e44
Octal272157355266507424116104
Binary1011101011011111110110110110110101011110001010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FED; }

 p { color: rgb(186,111,237); }

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

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

 a { background-color: rgb(186,111,237); }

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

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

 span { border-color: rgb(186,111,237); }

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