#BA48DB

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

Shades of Medium Orchid #BA48DB

Tints of Medium Orchid #BA48DB

Color information

#BA48DB (or 0xBA48DB) is unknown color: approx Medium Orchid. HEX triplet: BA, 48 and DB. RGB value is (186,72,219). Sum of RGB (Red+Green+Blue) = 186+72+219=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48DB is #45B724. Grayscale: #7A7A7A. Windows color (decimal): -4568869 or 14371002. OLE color: 14371002.

HSL color Cylindrical-coordinate representation of color #BA48DB: hue angle of 286.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA48DB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18672219-
CMYK0.150.6700.14
HSL286.53º67.12%57.06%-
HSV(B)286.53º67.12%85.88%-
XYZ35.3520.1969.05-
YUV122.84182.27173.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 72 (28.52% from 255) = 15.09%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=38.99%
G=15.09%
B=45.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186722190.150.6700.14286.5367.1257.06
HexBA48DBF430E11f4339
Octal2721103331710301643710371
Binary1011101010010001101101111111000011011101000111111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48DB; }

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

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

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

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

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

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

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

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