#BA69D4

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

Shades of Medium Orchid #BA69D4

Tints of Medium Orchid #BA69D4

Color information

#BA69D4 (or 0xBA69D4) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and D4. RGB value is (186,105,212). Sum of RGB (Red+Green+Blue) = 186+105+212=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D4 is #45962B. Grayscale: #8D8D8D. Windows color (decimal): -4560428 or 13920698. OLE color: 13920698.

HSL color Cylindrical-coordinate representation of color #BA69D4: hue angle of 285.42º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA69D4 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186105212-
CMYK0.120.5000.17
HSL285.42º55.44%62.16%-
HSV(B)285.42º50.47%83.14%-
XYZ37.1825.365.21-
YUV141.42167.84159.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=36.98%
G=20.87%
B=42.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861052120.120.5000.17285.4255.4462.16
HexBA69D4C3201111d373e
Octal27215132414620214356776
Binary101110101101001110101001100110010010001100011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69D4; }

 p { color: rgb(186,105,212); }

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

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

 a { background-color: rgb(186,105,212); }

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

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

 span { border-color: rgb(186,105,212); }

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