#BA4AF9

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

Shades of Medium Orchid #BA4AF9

Tints of Medium Orchid #BA4AF9

Color information

#BA4AF9 (or 0xBA4AF9) is unknown color: approx Medium Orchid. HEX triplet: BA, 4A and F9. RGB value is (186,74,249). Sum of RGB (Red+Green+Blue) = 186+74+249=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AF9 is #45B506. Grayscale: #7E7E7E. Windows color (decimal): -4568327 or 16337594. OLE color: 16337594.

HSL color Cylindrical-coordinate representation of color #BA4AF9: hue angle of 278.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4AF9 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18674249-
CMYK0.250.7000.02
HSL278.4º93.58%63.33%-
HSV(B)278.4º70.28%97.65%-
XYZ39.822.1891.81-
YUV127.44196.61169.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 74 (29.30% from 255) = 14.54%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=36.54%
G=14.54%
B=48.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186742490.250.7000.02278.493.5863.33
HexBA4AF91946021165e3f
Octal272112371311060242613677
Binary101110101001010111110011100110001100101000101101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AF9; }

 p { color: rgb(186,74,249); }

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

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

 a { background-color: rgb(186,74,249); }

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

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

 span { border-color: rgb(186,74,249); }

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