#BA5DFC

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

Shades of Medium Orchid #BA5DFC

Tints of Medium Orchid #BA5DFC

Color information

#BA5DFC (or 0xBA5DFC) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and FC. RGB value is (186,93,252). Sum of RGB (Red+Green+Blue) = 186+93+252=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFC is #45A203. Grayscale: #8A8A8A. Windows color (decimal): -4563460 or 16539066. OLE color: 16539066.

HSL color Cylindrical-coordinate representation of color #BA5DFC: hue angle of 275.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5DFC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18693252-
CMYK0.260.6300.01
HSL275.09º96.36%67.65%-
HSV(B)275.09º63.1%98.82%-
XYZ41.7325.394.78-
YUV138.93191.81161.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=35.03%
G=17.51%
B=47.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186932520.260.6300.01275.0996.3667.65
HexBA5DFC1A3F011136044
Octal272135374327701423140104
Binary10111010101110111111100110101111110110001001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DFC; }

 p { color: rgb(186,93,252); }

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

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

 a { background-color: rgb(186,93,252); }

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

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

 span { border-color: rgb(186,93,252); }

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