#BA6BE0

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

Shades of Medium Orchid #BA6BE0

Tints of Medium Orchid #BA6BE0

Color information

#BA6BE0 (or 0xBA6BE0) is unknown color: approx Medium Orchid. HEX triplet: BA, 6B and E0. RGB value is (186,107,224). Sum of RGB (Red+Green+Blue) = 186+107+224=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BE0 is #45941F. Grayscale: #8F8F8F. Windows color (decimal): -4559904 or 14707642. OLE color: 14707642.

HSL color Cylindrical-coordinate representation of color #BA6BE0: hue angle of 280.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6BE0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186107224-
CMYK0.170.5200.12
HSL280.51º65.36%64.9%-
HSV(B)280.51º52.23%87.84%-
XYZ38.9626.3473.55-
YUV143.96173.17157.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 107 (42.19% from 255) = 20.70%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=35.98%
G=20.70%
B=43.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861072240.170.5200.12280.5165.3664.9
HexBA6BE011340C1194141
Octal2721533402164014431101101
Binary10111010110101111100000100011101000110010001100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BE0; }

 p { color: rgb(186,107,224); }

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

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

 a { background-color: rgb(186,107,224); }

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

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

 span { border-color: rgb(186,107,224); }

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