#BA48FF

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

Shades of Medium Orchid #BA48FF

Tints of Medium Orchid #BA48FF

Color information

#BA48FF (or 0xBA48FF) is unknown color: approx Medium Orchid. HEX triplet: BA, 48 and FF. RGB value is (186,72,255). Sum of RGB (Red+Green+Blue) = 186+72+255=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48FF is #45B700. Grayscale: #7E7E7E. Windows color (decimal): -4568833 or 16730298. OLE color: 16730298.

HSL color Cylindrical-coordinate representation of color #BA48FF: hue angle of 277.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA48FF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18672255-
CMYK0.270.7200
HSL277.38º100%64.12%-
HSV(B)277.38º71.76%100%-
XYZ40.6222.2996.77-
YUV126.95200.27170.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 72 (28.52% from 255) = 14.04%
BLUE value IS 255 (100% from 255) = 49.71%
R=36.26%
G=14.04%
B=49.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186722550.270.7200277.3810064.12
HexBA48FF1B48001156440
Octal2721103773311000425144100
Binary101110101001000111111111101110010000010001010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48FF; }

 p { color: rgb(186,72,255); }

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

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

 a { background-color: rgb(186,72,255); }

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

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

 span { border-color: rgb(186,72,255); }

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