#BA5AFD

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

Shades of Medium Orchid #BA5AFD

Tints of Medium Orchid #BA5AFD

Color information

#BA5AFD (or 0xBA5AFD) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and FD. RGB value is (186,90,253). Sum of RGB (Red+Green+Blue) = 186+90+253=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFD is #45A502. Grayscale: #888888. Windows color (decimal): -4564227 or 16603834. OLE color: 16603834.

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

Color convert

RGB18690253-
CMYK0.260.6400.01
HSL275.34º97.6%67.25%-
HSV(B)275.34º64.43%99.22%-
XYZ41.6424.8495.53-
YUV137.29193.3162.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 90 (35.55% from 255) = 17.01%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=35.16%
G=17.01%
B=47.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186902530.260.6400.01275.3497.667.25
HexBA5AFD1A40011136243
Octal2721323753210001423142103
Binary101110101011010111111011101010000000110001001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5AFD; }

 p { color: rgb(186,90,253); }

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

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

 a { background-color: rgb(186,90,253); }

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

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

 span { border-color: rgb(186,90,253); }

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