#BA67DA

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

Shades of Medium Orchid #BA67DA

Tints of Medium Orchid #BA67DA

Color information

#BA67DA (or 0xBA67DA) is unknown color: approx Medium Orchid. HEX triplet: BA, 67 and DA. RGB value is (186,103,218). Sum of RGB (Red+Green+Blue) = 186+103+218=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67DA is #459825. Grayscale: #8C8C8C. Windows color (decimal): -4560934 or 14313402. OLE color: 14313402.

HSL color Cylindrical-coordinate representation of color #BA67DA: hue angle of 283.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA67DA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186103218-
CMYK0.150.5300.15
HSL283.3º60.85%62.94%-
HSV(B)283.3º52.75%85.49%-
XYZ37.7525.269.2-
YUV140.93171.5160.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=36.69%
G=20.32%
B=43.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861032180.150.5300.15283.360.8562.94
HexBA67DAF350F11b3d3f
Octal27214733217650174337577
Binary10111010110011111011010111111010101111100011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67DA; }

 p { color: rgb(186,103,218); }

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

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

 a { background-color: rgb(186,103,218); }

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

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

 span { border-color: rgb(186,103,218); }

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