#BA5CF3

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

Shades of Medium Orchid #BA5CF3

Tints of Medium Orchid #BA5CF3

Color information

#BA5CF3 (or 0xBA5CF3) is unknown color: approx Medium Orchid. HEX triplet: BA, 5C and F3. RGB value is (186,92,243). Sum of RGB (Red+Green+Blue) = 186+92+243=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA5CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CF3 is #45A30C. Grayscale: #888888. Windows color (decimal): -4563725 or 15948986. OLE color: 15948986.

HSL color Cylindrical-coordinate representation of color #BA5CF3: hue angle of 277.35º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5CF3 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18692243-
CMYK0.230.6200.05
HSL277.35º86.29%65.69%-
HSV(B)277.35º62.14%95.29%-
XYZ40.2524.5687.41-
YUV137.32187.64162.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 243 (95.31% from 255) = 46.64%
R=35.70%
G=17.66%
B=46.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186922430.230.6200.05277.3586.2965.69
HexBA5CF3173E051155642
Octal272134363277605425126102
Binary1011101010111001111001110111111110010110001010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CF3; }

 p { color: rgb(186,92,243); }

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

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

 a { background-color: rgb(186,92,243); }

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

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

 span { border-color: rgb(186,92,243); }

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